Thread: Beginner at VBA
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
KRCowen KRCowen is offline
external usenet poster
 
Posts: 21
Default Beginner at VBA

Bob

Have you named the module that holds the "Timesheet" macro "Timesheet"? That
would cause your problems. You cause lots of problems when module names and
macro names are the same.

Good luck.

Ken
Norfolk, Va