View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MSchmidty2 MSchmidty2 is offline
external usenet poster
 
Posts: 13
Default Multiple Worksheets, Date

Hi,
I'm looking for some help with VBA to test dates in the H column of multiple
worksheets (H column has varying lengths). If the date is within the next
week, I would like to copy the row to a seperate worksheet. In essence, I
would like to create a week lookahead report. I'm able to work this out with
functions etc, but would like to learn how to do it VBA-style. Thanks!