H
Helmut
Hi I want this Macro to run when the Workbook is opened:
Private Sub Workbook_Open()
MsgBox "Hi I am here"
End Sub
The workbook opens asks me if I want to run macros - I enable
but nothing else happens.
what must I do to make the macro run?
Private Sub Workbook_Open()
MsgBox "Hi I am here"
End Sub
The workbook opens asks me if I want to run macros - I enable
but nothing else happens.
what must I do to make the macro run?