Automatically running a marco on specific day

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I have built a macro running several reports every day.
there is one specific report in the macro I only want to
run on thursday
 
Put the following in the the thursday report line. This
assumes your calendar starts on a Sunday.

Condition Weekday(Date())=5
Action Print Thursday report

Jim
 
Thanks
-----Original Message-----
Put the following in the the thursday report line. This
assumes your calendar starts on a Sunday.

Condition Weekday(Date())=5
Action Print Thursday report

Jim


.
 

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

Back
Top