Posted to microsoft.public.excel.programming
|
|
Add date to cell with open macro
Thanks... It works.
Paul B wrote:
give this a try
Range("m3").Value = Date
Paul B
This should have been easy for me to figure out but I couldn't do it. I'm
just trying to have a cell auto-populate with the current date. I can't
[quoted text clipped - 9 lines]
Range("m3").Value = Range("m3").Value + 1
End Sub
--
Message posted via http://www.officekb.com
|