G
Guest
I have a Access VBA code and I like to remove the a Excel tab.
Can anyone help?
Thanks
Can anyone help?
Thanks
BruceS said:Crystal,
Found your code very helpful for project I'm working on. Only have
one problem, though. When I issue the ActiveWorkbook.Close, I'm
getting an error message that reads:
A file named 'RESUME.XLW' already exists in this location. Do you
want to replace it?
What the heck is "resume.xlw"? How can I prevent the user from
having to respond to the message each time they call my routine?
Bruce
strive4peace said:thanks Roy!
xlApp.DisplayAlerts = False
-- good idea!
"Resume.xlw is a workspace file."
how does the workspace file get opened? Is there a way for it not to
open during automation?
BruceS said:Roy,
Specifying the workbook in the .Close, instead of using
ActiveWorkbook, did the trick! No message about Resume.xlw now.
Why, I don't know, but thanks!
Bruce
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.