Is this possible

D

Dave Potter

Is it possible to in VBA to look through a number of Workbooks and
open a workbook to the sheet containing todays date in a particular
cell?

(e.g., Workbook names: DTS-351-Jan, DTS-351-Feb, etc...
Each workbook contains Worksheets named 1,2,3,4,etc... Where Worksheet
names represent the DAY of the month (based on a 5-4-4 Weeks model)
and where the DATE is in the same cell on each sheet. )

Can VBA find Todays date in those workbooks and open the workbook and
worksheet with Todays date in that cell?

Sorry this is not asked very well. Hopefully you can understand what
I'm asking.

Dave

p.s. I am reposting this as my first post didn't appear to go through
 
T

Tom Ogilvy

It went through

If your books are set up for a specific month and the sheets represent days
in that Month, why do you need to search. It seems like you could construct
the correct book and sheet just from the date.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top