windows scheduler:- macro
I have configured windows schedule to open a workbook and in the open event of the workbook i have the following code:-
Private Sub Workbook_Open()
MsgBox "TESTING"
End Sub
The windows scheduler opens the excel and I can see the excel open in the taskbar. But the excel keeps blinking.
I can only get the TESTING open box msg if i click the excel tab in the taskbar with my mouse.
how do i get the testing automsg box without the need to click on the excel taskbar. I want to automate this without human intervention.
I have configured windows schedule to open a workbook and in the open event of the workbook i have the following code:-
Private Sub Workbook_Open()
MsgBox "TESTING"
End Sub
The windows scheduler opens the excel and I can see the excel open in the taskbar. But the excel keeps blinking.
I can only get the TESTING open box msg if i click the excel tab in the taskbar with my mouse.
how do i get the testing automsg box without the need to click on the excel taskbar. I want to automate this without human intervention.