View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
General Specific General Specific is offline
external usenet poster
 
Posts: 12
Default Worksheet_Change

I have a workbook with two worksheets "Time In" and "Time Out". On
each of these pages, I added a Sub that checks for entry in a column
and timestamps the neighboring cell.

I can't find the Sub Worksheet_Change in "Time In". It still works,
but I can't find the code.

When I go to View Code, I can find the Sub under "Time Out". When I
go to "Time In" in the code window, Sub Worksheet_Change is not there.

Help!