Hi,
I need to create a copy of the current excel with the filename provided by the user.
I get the filename using the "Application.GetSaveAsFilename"
But when i use SaveAs method to save with the new filename, it saves and opens the new file.
How can i prevent the new file from opening and stay with the existing one?
Or is there anyother way to copy a workbook to a new workbook without opening the new workbook?
Thanks
Veera
I need to create a copy of the current excel with the filename provided by the user.
I get the filename using the "Application.GetSaveAsFilename"
But when i use SaveAs method to save with the new filename, it saves and opens the new file.
How can i prevent the new file from opening and stay with the existing one?
Or is there anyother way to copy a workbook to a new workbook without opening the new workbook?
Thanks
Veera