![]() |
![]() |
|
|||||||
| 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: Feb 2002
Location: Jefferson City, Missouri
Posts: 383
|
How do I access the system calendar? I've tried using QBasic's (Date$) but that didn't work. Is there a VBA function that will allow me to enter the current system date in a specified cell?
__________________
I appreciate the help from everyone at Mr. Excel. viper |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Chippenham, UK
Posts: 136
|
ActiveCell.Formula = Format(Date, "dd/mm/yy")
__________________
Regards, Gary Hewitt-Long |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|