How can I make a clickable button to do a Key Combo?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to make a clickable button to do a time stamp Key Combo of
"Ctrl"+"Shift"+";".

Using Excel 2003
 
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
 
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
 
You're very welcome........thanks for the feedback.

Vaya con Dios,
Chuck, CABGx3
 
You're very welcome........thanks for the feedback.

Vaya con Dios,
Chuck, CABGx3
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top