Convert Excel or Access spreadsheet to INI file format 
Author Message
 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



Fri, 22 Nov 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Convert Excel or Access spreadsheet to INI file format

2. VB, convert txt file to excel spreadsheet, w macro formatting

3. Save embedded excel spreadsheet in access to excel file

4. Converting Excel spreadsheet to Access database

5. Formatting an Excel spreadsheet from Access

6. create formatted excel spreadsheets from text file

7. Convert Excel files to PDF format

8. problem with access coding accessing an excel spreadsheet

9. How to convert an Excel file to an Access database table

10. Save Access files to Excel format with VB Pro 5

11. Export an Access Table to Excel File Format

12. saving access file in Excel format

 

 
Powered by phpBB® Forum Software