Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On selecting a commandbutton I need to automatically insert the time and
date into a cell. I know that NOW() would do that but how do i get the time and date in VBA? thx Steve --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 080115-0, 15/01/2008 Tested on: 16/01/2008 09:27:14 avast! - copyright (c) 1988-2008 ALWIL Software. http://www.avast.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe this
Sub Button1_Click() Range("A1").Value = Now End Sub Mike "Steve" wrote: On selecting a commandbutton I need to automatically insert the time and date into a cell. I know that NOW() would do that but how do i get the time and date in VBA? thx Steve --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 080115-0, 15/01/2008 Tested on: 16/01/2008 09:27:14 avast! - copyright (c) 1988-2008 ALWIL Software. http://www.avast.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting text format of time/date into Excel time/date for subtr | Excel Worksheet Functions | |||
Calculating days & time left from start date/time to end date/time | Excel Worksheet Functions | |||
Combined date time cell to separate date & time components | Excel Discussion (Misc queries) | |||
Combined date time cell to separate date & time components | Excel Discussion (Misc queries) | |||
Combined date time cell to separate date & time components | Excel Worksheet Functions |