SaveAs method - need help

ideefixe

Registered User.
Local time
Today, 20:02
Joined
May 30, 2006
Messages
28
Hello,

When automating SaveAs in a macro, how do I stop the app switching focus to the new file? I want to do some more processing with the source file after I've saved it as the new file but I keep losing focus. And if I call
Application.Workbooks("newfilename").Close, it closes everything.

Help appreciated - thanks!
 

Users who are viewing this thread

Back
Top Bottom