Disabling Sheet Code

C

Chip Pearson

Stuart,

You can disable event processing with

Application.EnableEvents = False
' your code here
Application.EnableEvents = True
 
S

Stuart

How do I disable Sheet code such as "Private Sub
Worksheet_SelectionChange(ByVal Target As Excel.Range)" from working when
another sub in another module is operating on the sheet.
 

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

Top