Hello,
I need a way to format an Excel file while I am saving it. For example, if I have Excel Spreadsheet as:
ID Name State AreaCode
=== ==== ==== ========
1 Bob NY 212
2 Joe NJ 908
Once I would save this file as *csv I need it to look as follows:
1,'Bob','NY',212
2,'Joe','NJ',908
Another words I need to be able to mark columns as either Numeric or Text and save them accordingly .Is there anyway to accomplish this in Excel?
thanks,
webtekie
I need a way to format an Excel file while I am saving it. For example, if I have Excel Spreadsheet as:
ID Name State AreaCode
=== ==== ==== ========
1 Bob NY 212
2 Joe NJ 908
Once I would save this file as *csv I need it to look as follows:
1,'Bob','NY',212
2,'Joe','NJ',908
Another words I need to be able to mark columns as either Numeric or Text and save them accordingly .Is there anyway to accomplish this in Excel?
thanks,
webtekie