Events, dear boy, events

  • Thread starter Thread starter Gromit
  • Start date Start date
G

Gromit

Hi

I seem to be having problems with worksheet-level events.

I'm pasting:

Private Sub Worksheet_Deactivate()
MsgBox "Hi!"
End Sub

Into the sheet-level code sheet. The code isn't triggering when I leav
the sheet.

Any setting I might be missing?

Cheers,

Gromi
 
Did you put it in the correct sheet module?

Application.EnableEvents not disabled anywhere?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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