mrice,
Thank you for your help. I have two questions.....Isnt there a way to have
the workbook run a macro automatically when you open the workbook? (that way
it would eliminate manually running a macro) If so, cant I just have the
date coded in the macro like the short cut ctrl + : That way I could just
save without running a close macro.
Sounds like you want a couple of macros linked to the
Workbook_BeforeClose and Workbook_Open.
The line would be something like...
Cells(65536,1).end(xlup).offset(0,2) = Now()
--
mrice
Research Scientist with many years of spreadsheet development experience
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=540341