View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default What is the shortcut key for the status bar?

There is no shortcut key for this. You can assign the following macro to a
shortcut key. Change the '2' to the item number in the list you want to
activate.

Application.CommandBars("AutoCalculate").Controls( 2).Execute


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)




"Jesse W" <Jesse wrote in message
...
Would like to activate the status bar via shortcut keys and then toggle
through the sum, count, average, etc... options. How can I avoid the
right-click action.