automatically insert system time in a cell

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

Guest

I have a s/sheet that needs to automatically have the system time inserted in
a cell if the previous cell is blank. I have tried several things and have
not had any joy.

Any help offered would be welcome.
 
You can use the select_change event on your sheet capture when a differenet
cell has been selected. Keeping track of prior cell entries can be tracked
with a phantom sheet to store prior values, if the prior value was null, then
you can send the following command

activecell.value = now

http://ForPicks.com
 

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