I need to save an excel file into a Tab-Delimited file...programmatically. This needs to be done so Unix can read the file and do wonderful things with the data.
I use an Excel WB to Open a file that the user would like to format. Once the formatting is done I need to close the file but save it as a tab-delimited file in a different location - all without user intervention. I don't need to save the changes on the original Excel file.
I use an Excel WB to Open a file that the user would like to format. Once the formatting is done I need to close the file but save it as a tab-delimited file in a different location - all without user intervention. I don't need to save the changes on the original Excel file.