View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
St@cy St@cy is offline
external usenet poster
 
Posts: 24
Default Copy Dates and Hours Sub

I'm trying to make a sub PrintAttendance (student).

On sheet "Attendance Letter", I want to copy the dates and hours (skipping
days absent) of a selected student. On sheet "Attendance", the student's
names are located A33:A150, their attendance hours X33:IV150 (each row a
different student), and the corresponding dates are located $X$27:$IV$27.

So far, I just have a mess. Please help me!