PDA

Click to See Complete Forum and Search --> : Excel Macro for Cell LastModified


mytamagotchi
Jan 27th, 2000, 02:26 AM
Hey all
I have a cell which needs to put a time stamp to keep track of the last modified.
Any ideas??

Thanks a lot

spyder
Jan 27th, 2000, 03:03 AM
Try this:

Dim myString
Set myString = Date$
ActiveCell.insert myString

Your Macro Should Set the active Cell that you want the Date to be on