View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rolo[_3_] Rolo[_3_] is offline
external usenet poster
 
Posts: 5
Default Launch a Sub Worksheet_Change Event from inside a macro

Hi all, thank you for your help.

Is it possible to launch the Sub Worksheet_Change Event from inside a macro?

I tried this but It doesn´t work

Sub Macro 1()
Sub Worksheet_Change Event
(rest of the code)
end sub

Thanks !