W
Winston
I am using the following to output an A2K2 Report to a simple Excel SS
DoCmd.OutputTo acOutputReport, stDocName, acFormatXLS, stOutPutName
What I want to do is Open the XLS file, Delete Row 1 change the font and then save as a simple txt file. Using acFormatTXT seems to skip a few rows. Regardless, my intent is to do this from within A2K2.
Is it possible? If no one knows, can someone point me in the correct direction?
Thanks
Winston
DoCmd.OutputTo acOutputReport, stDocName, acFormatXLS, stOutPutName
What I want to do is Open the XLS file, Delete Row 1 change the font and then save as a simple txt file. Using acFormatTXT seems to skip a few rows. Regardless, my intent is to do this from within A2K2.
Is it possible? If no one knows, can someone point me in the correct direction?
Thanks
Winston