View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 49
Default Storing date and time

If the button is in E4
Range("F4").value= Now

Paul

"Noepie" wrote in message
...
Hello,

I have several macro's which are run periodically. I'd like to store the
date and time in the cells next to each of the macro buttons after the
macro
was executed. Does anyone know how to do this with VBA-code?

Thanx.

Noepie