View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kent Kent is offline
external usenet poster
 
Posts: 4
Default Detecting worksheet change from modeless userform

I could really use some help with this... anybody... please?

Kent wrote:
Hello all,

I am writing an add-in with a userform that needs to detect when a
change occurs (by the user) on the active worksheet. The
Worksheet_Change event would work if I was coding in a workbook only,
but the userform can't depend on any code in the worksheet/workbook.


Thanks in advance,

-Kent