![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 1,288
|
I have a macro in which I insert a date,like:
Range("D4") = "23.04.2002" How can I get that this date is automaticly the current date,so that I don't need to insert every day a new date? Many thanks |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
Try this:
Range("d4").Value = Format(Date, "dd mmmm yyyy") Audiojoe [ This Message was edited by: Audiojoe on 2002-04-24 02:35 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|