Welcome to MacForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Re-assign Calc Sheet keyboard shortcut?

 
   Macintosh computer (Home) -> Excel RSS
Next:  Excel: Find, using the built-in dialog  
Author Message
TimGolobic

External


Since: Feb 13, 2005
Posts: 2



(Msg. 1) Posted: Sun Feb 13, 2005 9:37 am
Post subject: Re-assign Calc Sheet keyboard shortcut?
Archived from groups: microsoft>public>mac>office>excel (more info?)

I have looked under all of the keyboard commands in the Customize menu,
but can't find Calc Sheet to map it to a different key combination.

It's currently under Shift-F9, but that conflicts with my newly
installed Panther OS and the Expose feature.

Thanks for the help.

 >> Stay informed about: Re-assign Calc Sheet keyboard shortcut? 
Back to top
Login to vote
JE McGimpsey

External


Since: Mar 07, 2004
Posts: 3828



(Msg. 2) Posted: Sun Feb 13, 2005 11:16 am
Post subject: Re: Re-assign Calc Sheet keyboard shortcut? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <1108312622.929854.136040.DeleteThis@f14g2000cwb.googlegroups.com>,
TimGolobic.DeleteThis@aol.com wrote:

 > I have looked under all of the keyboard commands in the Customize menu,
 > but can't find Calc Sheet to map it to a different key combination.
 >
 > It's currently under Shift-F9, but that conflicts with my newly
 > installed Panther OS and the Expose feature.
 >

AFAIK, that command isn't exposed via the GUI. You can instead put this
macro in a regular code module in your Personal Macro Workbook:

Public Sub CalcSheet()
Activesheet.Calculate
End Sub


and assign a keyboard shortcut to it using Tools/Macro/Macros... and
clicking the Options button.

If you're not familiar with macros, see

<a style='text-decoration: underline;' href="http://www.mvps.org/dmcritchie/excel/getstarted.htm" target="_blank">http://www.mvps.org/dmcritchie/excel/getstarted.htm</a>

which, while written for WinXL, is pretty much the same for MacXL
(except that WinXL calls the Personal Macro Workbook "Personal.xls"),or
post back.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Re-assign Calc Sheet keyboard shortcut? 
Back to top
Login to vote
user511

External


Since: Dec 26, 2004
Posts: 65



(Msg. 3) Posted: Sun Feb 13, 2005 6:25 pm
Post subject: Re: Re-assign Calc Sheet keyboard shortcut? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

JE McGimpsey wrote on 2005/02/13 12:16:

 > In article <1108312622.929854.136040.TakeThisOut@f14g2000cwb.googlegroups.com>,
 > TimGolobic.TakeThisOut@aol.com wrote:
 >
  >> I have looked under all of the keyboard commands in the Customize menu,
  >> but can't find Calc Sheet to map it to a different key combination.
  >>
  >> It's currently under Shift-F9, but that conflicts with my newly
  >> installed Panther OS and the Expose feature.
  >>
 >
 > AFAIK, that command isn't exposed via the GUI. You can instead put this
 > macro in a regular code module in your Personal Macro Workbook:
 >
 > Public Sub CalcSheet()
 > Activesheet.Calculate
 > End Sub
 >
 >
 > and assign a keyboard shortcut to it using Tools/Macro/Macros... and
 > clicking the Options button.
 >
 > If you're not familiar with macros, see
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.mvps.org/dmcritchie/excel/getstarted.htm</font" target="_blank">http://www.mvps.org/dmcritchie/excel/getstarted.htm</font</a>>
 >
 > which, while written for WinXL, is pretty much the same for MacXL
 > (except that WinXL calls the Personal Macro Workbook "Personal.xls"),or
 > post back.


Or you can reassign Expose's keyboard shortcut in the System Preferences.
Note also that Cmd-= can also be used, although it calculates all open
workbooks, not only the active sheet.

JL
Mac OS X 10.3.8, Office v.X 10.1.6<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Re-assign Calc Sheet keyboard shortcut? 
Back to top
Login to vote
Display posts from previous:   
   Macintosh computer (Home) -> Excel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]