View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] scott.siegler@gmail.com is offline
external usenet poster
 
Posts: 5
Default Help with VBA Code

Hello,

I was looking for some help with a vba example. I think what I want is
easy, I am just real new at this and could use the help, both because i
need the functionality, and second as an example for me to learn from.

From the spreadsheet I want to call a function counthours in which i

pass in a range of cells.

What i want the vba code to do is for each cell, check if it is
formatted as a date. if it is, add the contents of the cell one row
below to the tally.

Would this be complicated code to come up with?

thanks,
Scott