Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have placed a command button on sheet1 when clicked I need it
to insert todays date i.e. = today() into cell J2 Is it a Visual Basic CommandButton? If so, in Design Mode, use this Click event code... Private Sub CommandButton1_Click() Range("J2").Value = Date End Sub Rick |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple question on With command | Excel Discussion (Misc queries) | |||
Command Button Question | Excel Programming | |||
Command Button question | Excel Programming | |||
command button question | Excel Programming | |||
Command Button Question | Excel Programming |