timestamp question

G

Guest

hi,
sounds like you are using the formula Now(). don't. use
code.
in the on close event add this..
sheets(your sheets).select
Cells(your timestamp cell).select
seletion.value = now()
-----Original Message-----
Two if the worksheets in my workbook has a cell which I am trying to fill in
via code with value Now(). I am using the
worksheet_change event to capture
 
Top