Hi All – I have developed a series of complex XL workbooks that use a REG file to populate a listbox on a VBA form. The owners now require that the application use an INI file instead. Security and Standard Operating Environment being the reasons for the change.
An internet search reveals the Windows API Function GetPrivateProfileString as the best option. I have no experience with INI files and would like to know of any experience others may have had with this Function.
In testing with that Function so far I am unable to read the text to the listbox but I note that the length of the listbox is governed by the number of relevant Section and Keys that exist in the INI. I cannot fathom this out.
Any suggestions or users with experience in changing from REG to INI for Excel please?