View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
DDub207 via OfficeKB.com DDub207 via OfficeKB.com is offline
external usenet poster
 
Posts: 6
Default 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