View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] lousypianist@yahoo.com is offline
external usenet poster
 
Posts: 1
Default Help with worksheet_change script

I am trying to write a script starting with

Private Sub Worksheet_Change(ByVal Target as Range)

To save the worksheet when any cell in a range is changed. However,
after the script is put into the VB code section, somehow the macro
does not appear in the list of macros for the particular worksheet.
Somehow my script is not recognized as a macro. Can someone please
tell me what I have to do to make sure the thing appears as a macro.
Many thanks in advance.