View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MArcus MArcus is offline
external usenet poster
 
Posts: 22
Default Counting columns using VBA

I want to be able to count the number of days an employees
had taken hols.

I have set up a spreadsheet which indicates this

It is possible using VBA to count 5 columns out of every 7
for the entire year and output the results to another
spreadsheet. I will always start on the 1st monday and
will be dealing with around 250 employees (rows)

Thanking you in advance
Marcus