Macro to show who did not enter actuals for a specific day.

J

Joe

I’d like to build a macro or VB code that can show me which resources did not
enter any actuals for a given day.

I have over 60 resources that are expected to track their actual hours on a
daily basis. I want to run some sort of macro where I can see which
resources did NOT enter any hours for a given day. Any suggestion on how to
go about doing this?
 
J

John

Joe said:
I’d like to build a macro or VB code that can show me which resources did not
enter any actuals for a given day.

I have over 60 resources that are expected to track their actual hours on a
daily basis. I want to run some sort of macro where I can see which
resources did NOT enter any hours for a given day. Any suggestion on how to
go about doing this?

Joe,
Take a look at the references I mentioned in your earlier post.

With respect to your specific question, I would probably loop through
all resources and use the TimeScaleData Method to examine values (or
lack thereof) for a given day.

Hope this helps.
John
Project MVP
 

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