Export to Excel Problem

jkfeagle

Codus Confusious
Local time
Today, 16:37
Joined
Aug 22, 2002
Messages
166
I am a bit puzzled by the behavior of the transfer spreadsheet command that I am using. I am using it in a macro as a test. (forgive me oh mighty Access master for that. right now I'm just testing the results, but I promise I will write the code for the final project) :rolleyes: I was transferring three tables into an existing excel file. I noticed that the first table went into the worksheet named the same as the table (what I wanted) but for some reason the next two created new sheets. (i.e. Jan table went into Jan worksheet, but Feb and Mar tables created Feb1 and Mar1 worksheets). As I said, I am using the transfer spreadsheet command from a macro. What gives? Is there a way to make ALL the data go into existing worksheets or do I have to result to Automation or what? :confused:
 
I have gone with Automation instead of trying to use brute force to export the data. However, if anyone has an answer to my questions, I would still be interested in hearing it.
 

Users who are viewing this thread

Back
Top Bottom