accessfever
Registered User.
- Local time
- Yesterday, 22:40
- Joined
- Feb 7, 2010
- Messages
- 101
I have a macro to export an Access table to a text file. Then I use an Excel macro to open the text file and copy/paste to an Excel template. In the Excel macro, I write a code below to close the text file:
Activeworkbook.close
The Excel prompts a standard massage with 3 buttons: save, notsave and cancel. Everytime, I click the notsave button to close the text file.
Is there a way to write some codes to bypass this standard message? What I want is to close down the text file without any change.
any idea?
Activeworkbook.close
The Excel prompts a standard massage with 3 buttons: save, notsave and cancel. Everytime, I click the notsave button to close the text file.
Is there a way to write some codes to bypass this standard message? What I want is to close down the text file without any change.
any idea?