K
Keith
Hello
I have figured out that I can put a subroutine in the VBA
associated with my Excel Workbook, that will run each time
the Workbook is opened. A sample of the code is shown
below.
Private Sub Workbook_Open()
MsgBox "The workbook has been opened."
End Sub
This could be a helpful tool for me to be able to add
reminders and informational things to a workbook. I need
to know more about subroutines that will operate on
workbook and sheet events (ie: open) but cannot find them
in the documentation. It is likely I'm not searching with
the correct terminology. Do you have any suggestions
about how I can learn more about this topic?
Thank you.
Keith
I have figured out that I can put a subroutine in the VBA
associated with my Excel Workbook, that will run each time
the Workbook is opened. A sample of the code is shown
below.
Private Sub Workbook_Open()
MsgBox "The workbook has been opened."
End Sub
This could be a helpful tool for me to be able to add
reminders and informational things to a workbook. I need
to know more about subroutines that will operate on
workbook and sheet events (ie: open) but cannot find them
in the documentation. It is likely I'm not searching with
the correct terminology. Do you have any suggestions
about how I can learn more about this topic?
Thank you.
Keith