Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to make a clickable button to do a time stamp Key Combo of
"Ctrl"+"Shift"+";". Using Excel 2003 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Create any drawing object form the Drawing Toolbar, and assign this macro to
it...... Sub TimeStamp() ActiveCell.Value = Format(Time, "h:m ampm") End Sub Vaya con Dios, Chuck, CABGx3 "BGerman" wrote: I want to make a clickable button to do a time stamp Key Combo of "Ctrl"+"Shift"+";". Using Excel 2003 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfecto! Muchas Gracis por tu ayudar, mi amigo.
¡Dios le bendiga! BGerman Enjoy www.livingwaters.com "CLR" wrote: Create any drawing object form the Drawing Toolbar, and assign this macro to it...... Sub TimeStamp() ActiveCell.Value = Format(Time, "h:m ampm") End Sub Vaya con Dios, Chuck, CABGx3 "BGerman" wrote: I want to make a clickable button to do a time stamp Key Combo of "Ctrl"+"Shift"+";". Using Excel 2003 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfecto! Muchas Gracis por tu ayudar, mi amigo.
¡Dios le bendiga! BGerman Enjoy www.livingwaters.com "BGerman" wrote: I want to make a clickable button to do a time stamp Key Combo of "Ctrl"+"Shift"+";". Using Excel 2003 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're very welcome........thanks for the feedback.
Vaya con Dios, Chuck, CABGx3 "BGerman" wrote: Perfecto! Muchas Gracis por tu ayudar, mi amigo. ¡Dios le bendiga! BGerman Enjoy www.livingwaters.com "CLR" wrote: Create any drawing object form the Drawing Toolbar, and assign this macro to it...... Sub TimeStamp() ActiveCell.Value = Format(Time, "h:m ampm") End Sub Vaya con Dios, Chuck, CABGx3 "BGerman" wrote: I want to make a clickable button to do a time stamp Key Combo of "Ctrl"+"Shift"+";". Using Excel 2003 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NEED TO MAKE THE PRINT BUTTON FUNCTION IN WORKSHEET | Excel Worksheet Functions | |||
Button or key to conditionally change text foreground color? | New Users to Excel | |||
Combo Box | Excel Worksheet Functions | |||
How can I make the save button available from the openoffice? | Excel Discussion (Misc queries) | |||
Command Button VBA code | Excel Discussion (Misc queries) |