
Convert Excel or Access spreadsheet to INI file format
Hi,
I am relativity new to VBScripting. I would like to create an VBScript
(.vbs) file to take an MS Excel or MS Access spreadsheet and convert it to
an INI file format.
For example:
The spreadsheet table will consists of these following fields and values
Name Destination Languages Condition
ABC C:\temp\abc 1033 Installed
When I make the call:
WScript.exe CreateIni.vbs C:\temp\file.xls C:\temp\file.ini
I would like to see the results of the table formatted in an INI file
format.
I would like to convert this table to an ini file format:
[ABC]
Name=ABC
Destination=C:\temp\abc
Languages=1033
Condition=Installed
Is there any such way to do this. Please let me know. Any help would be
appriciated.
Thanks
Chris Shirley