Hi All,
Is there a way that I could have a message box appear if a user of my excel spreadsheet goes to different tabs?
I currently have the following appear on the model when the workbook is opened but want to have different message on each tab they select
Private Sub Workbook_Open()
MsgBox "Please note that 3% Salary Increases have been added from July!", vbInformation
End Sub
Is there a way that I could have a message box appear if a user of my excel spreadsheet goes to different tabs?
I currently have the following appear on the model when the workbook is opened but want to have different message on each tab they select
Private Sub Workbook_Open()
MsgBox "Please note that 3% Salary Increases have been added from July!", vbInformation
End Sub