View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Worksheet_Change Event (Excel 2000 to 2003)

I recently converted to Excel 2003 from 2000. It looks
like some of the macros, Worksheet_Change(ByVal Target As
Range) event in particular, from my old spreadsheets are
not running in the new version.
Did anything change in 2003 where it doesn't recognize
previous Change events? Is there a different way I am
supposed to use the Change event in 2003?

Thanks.