View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zb Kornecki Zb Kornecki is offline
external usenet poster
 
Posts: 23
Default Returning a list names from a schedule

Hi, I'm working on schedule program for work where I Employee_Name in column
A and Date in row 1. the table then gets filled in with a symbol for the
shift worked or is left blank. I am trying to create a list of the eployees
working each day (i.e. Cell value not blank)

I tried doing a ForEach loop but was obviouly not getting it right. Any
suggestions/comments would be appriciated

Thanbks
Zb Kornecki