Hi,
I have written one macro in excel 2010.
I am trying to save the excel file using below code
Application.Wor kbooks(Dir(repo rtName)).SaveAs
Here report name is the compelte path of the file
But getting runtime error 1004 Document Not Saved.
Please help.
I have written one macro in excel 2010.
I am trying to save the excel file using below code
Application.Wor kbooks(Dir(repo rtName)).SaveAs
Here report name is the compelte path of the file
But getting runtime error 1004 Document Not Saved.
Please help.
Comment