View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
pokdbz pokdbz is offline
external usenet poster
 
Posts: 43
Default Is there a do not call function?

For some reason a function is calling this:
Worksheet_SelectionChange(ByVal Target As Range)

I don't want it to call this function. Is there a way to make it so it
doesn't call this function if there is a selection change?