View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
nospam nospam is offline
external usenet poster
 
Posts: 16
Default insert current date

In message , Ron de Bruin
writes
Hi Nospam

Ctrl ; insert the date

Or with code
ActiveCell.Value = Format(Date, "dd-mmm-yyyy")



Thanks that did the trick


--
Nospam