ThrottleWorks
Excel Ninja
Hi,
I am facing issue while opening or saving excel file with macro.
I am using below line to open excel file in my code.
“Workbooks.Open (MapSht.Range("A13").Value)”
Once macro tries to execute this line, I get pop-up with below message.
Downloadig (message header)
Downloading: file path and file name
Cancel (button)
If I do not click on ‘Cancel’ then macro does not proceed.
If I click on cancel, files gets opened and macro resumes.
Same issues occurs while trying to save the file.
Can anyone please help me in this.
I am facing issue while opening or saving excel file with macro.
I am using below line to open excel file in my code.
“Workbooks.Open (MapSht.Range("A13").Value)”
Once macro tries to execute this line, I get pop-up with below message.
Downloadig (message header)
Downloading: file path and file name
Cancel (button)
If I do not click on ‘Cancel’ then macro does not proceed.
If I click on cancel, files gets opened and macro resumes.
Same issues occurs while trying to save the file.
Can anyone please help me in this.