Clear Contents at 5PM daily

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I need a macro to run at 5 pm daily to clear out the days notes on a
shared workbook. Each worker has a notation page, cell B6. All of them are
B6, all B6 cells except for the front page called "Note Tracker" need
cleared. Should I run an OnTime macro to clear these, and how do i set it
for a clock time rather than a delay interval. Also, If no one is using this
program at the time, will these clear. I need it to clear even if no one is
accessing the program at the time, when it is on the server. Should this
Macro be put under General or should it be on each sheet?
 
Yah, I looked at this before and didn't really understand it. I'm just a
college kid working in an office, given this job to do. I haven't had any
classes in Excel, I've just taught myself what i know. I simply didn't
understand the code on this page, and don't know how it would apply to my
problem?
Can anyone give me the 411 on these lines, and how they could apply to my
problem?
 
When using the OnTime method, you need to be aware that it uses your computer
time as the trigger mecanism for running the code. If your computer time is
wrong, the code will run at the wrong time. There is the possibility of the
time being affected by power outages if the computer backup battery is weak
or needs replacement.
 

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