Forum Discussion
Devi_G
May 03, 2021Copper Contributor
VBScript calling a macro. From macro, opening a excel, but is grey and no contents are not displayed
Hi Team, I am calling a macro from the below vbscript. Macro has the code to open multiple workbooks and process them. When executing the macro from Run button, the workbooks are opening fine a...
JonPeltier
May 04, 2021MVP
What do you mean "calling from vbscript"? Do you mean calling from VBA? How are you calling it?
Is that really where On Error Resume Next is located? Outside the Sub? One danger with using On Error Resume Next is that you will bypass errors and never find a command that causes an error, and thus never correct the error.
Is that really where On Error Resume Next is located? Outside the Sub? One danger with using On Error Resume Next is that you will bypass errors and never find a command that causes an error, and thus never correct the error.