#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 68
Default Keyboard shortcut

How do I assign a keyboard shortcut to a tool bar button
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Keyboard shortcut

Most buttons already have shortcuts assigned. See:

http://www.microsoft.com/downloads/d...DisplayLang=en

If a pre-assigned shortcut does not exist, replicate the button's action and
assign a shortcut to the macro. There may not be a shortcut to make a cell
superscript, so make a macro:

Sub Macro1()
Selection.Font.Superscript = True
End Sub

and assign a shortcut to it
--
Gary''s Student - gsnu200800


"GKW in GA" wrote:

How do I assign a keyboard shortcut to a tool bar button

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 30
Default Keyboard shortcut

This is a .bin file. How do you read it?

"Gary''s Student" wrote:

Most buttons already have shortcuts assigned. See:

http://www.microsoft.com/downloads/d...DisplayLang=en

If a pre-assigned shortcut does not exist, replicate the button's action and
assign a shortcut to the macro. There may not be a shortcut to make a cell
superscript, so make a macro:

Sub Macro1()
Selection.Font.Superscript = True
End Sub

and assign a shortcut to it
--
Gary''s Student - gsnu200800


"GKW in GA" wrote:

How do I assign a keyboard shortcut to a tool bar button

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Keyboard shortcut: something new James Silverton[_2_] Excel Discussion (Misc queries) 3 September 23rd 07 01:15 PM
Keyboard shortcut for name box hmm Excel Discussion (Misc queries) 4 August 11th 07 01:02 PM
Keyboard Shortcut tc Excel Discussion (Misc queries) 1 June 15th 07 03:09 PM
keyboard shortcut for sum Sarah Excel Discussion (Misc queries) 10 August 31st 06 11:20 PM
keyboard shortcut Aditya Excel Worksheet Functions 1 February 21st 05 01:34 PM


All times are GMT +1. The time now is 06:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"