Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Sky,
I finally also came up with my own less elegant one. Elegance is in the eye of the beholder, but why use a clunky implementation of SendKeys when a native function is available? --- Regards, Norman "sky" wrote in message ... Thanks Guys I finally also came up with my own less elegant one. =========== Private Sub CommandButton1_Click() Range("c2").Select SendKeys "^(;)" SendKeys " " SendKeys "^+(;)", Wait End Sub ========= skyknight |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can excel have a button to input (stamp) the systems date and/or . | Excel Worksheet Functions | |||
Date and time stamp, control button | Excel Discussion (Misc queries) | |||
Create a button that will date stamp todays date in a cell | Excel Discussion (Misc queries) | |||
How can i use a command button to validate date and time | Excel Discussion (Misc queries) | |||
Date/Time Stamp Macro Button Problem | Excel Programming |