Are any methods available in VBA to read and write INI files? I know I could use;
Open \"C:\\test.ini\" For Input As #1
...and parse the data.
It's not pleasant, but you can use the Windows API. Here's a link, and another from MS.