S
ShaneDevenshire
Hi Folks,
On the PC if you place the following code in the Sheet1 object
Private Sub Worksheet_Activate()
Msgbox "Hello World"
End Sub
everytime you move from another sheet to sheet1 you get a message box.
On my Mac the message box displays if and only if the VBA Sheet1 module is
open and then when you click the OK, Excel displays the module?
If on the otherhand the VBE is closed nothing happens? When you reopen the
VBE the message box is displayed?
This behavior is completely different than on the PC, how does one get this
to work properly?
On the PC if you place the following code in the Sheet1 object
Private Sub Worksheet_Activate()
Msgbox "Hello World"
End Sub
everytime you move from another sheet to sheet1 you get a message box.
On my Mac the message box displays if and only if the VBA Sheet1 module is
open and then when you click the OK, Excel displays the module?
If on the otherhand the VBE is closed nothing happens? When you reopen the
VBE the message box is displayed?
This behavior is completely different than on the PC, how does one get this
to work properly?