HI all,
Need a help to disable the Escape key while running a macro.
I am calling all the macro by below code is there any way I can disable "esc" key so that no one can interrupt the running macro.
Sub EveryThing()
Call Clear
Call CSV
Call Lookup1
Call RefreshAllPivotTables
End Sub
Thanks
Chandresh
Need a help to disable the Escape key while running a macro.
I am calling all the macro by below code is there any way I can disable "esc" key so that no one can interrupt the running macro.
Sub EveryThing()
Call Clear
Call CSV
Call Lookup1
Call RefreshAllPivotTables
End Sub
Thanks
Chandresh