billHassall
Registered User.
- Local time
- Today, 09:59
- Joined
- Feb 25, 2010
- Messages
- 27
I am using a macro to run and save queries into existing Excel files. I get a prompt for every file, there are nine, asking if I want to overwite the existing file and I am asked to answer yes or know.
I have had a look at similar threads around this and tried using Setwarning to off as the first line of the macro. This worked OK for all of the delete query messages which stopped, but the overwrite message prompt still appears. I even tried putting the Setwarning before every Outputto line, but this didn't work either.
Is it possible to stop the save as prompts using Macro commands ?
Thanks
Bill
I have had a look at similar threads around this and tried using Setwarning to off as the first line of the macro. This worked OK for all of the delete query messages which stopped, but the overwrite message prompt still appears. I even tried putting the Setwarning before every Outputto line, but this didn't work either.
Is it possible to stop the save as prompts using Macro commands ?
Thanks
Bill