Private Sub Worksheet_Activate()

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please help

I wrote a code which should automaticly run but it does not work
The strange thing is that it works on some of the PCs in the office. I use
office 2003.
I have previous experiance with VBA and event handel procedures.
May be it is some options or propperies ...i dont know

The code is

Private Sub Worksheet_Activate()
msgbox("test")
End Sub


Regards
Teodor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top