Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Resetting Keyboard Shortcuts

I'm reviewing a bunch of internal documents to determine if they contain any
macros and could be digitally signed. As I'm doing this, I'm finding that
many of these workbooks reset some of my keyboard shortcuts without setting
them back when done. (UGH!) Dontcha love it when that happens?

Anyway, how do I reset all of my shortcuts back to the default values. I'm
using Excel 2003.

Thanks,
Barb Reinhardt

If this post was helpful to you, please click YES below.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Resetting Keyboard Shortcuts

For shortcuts assigned to macros, use something like:

Application.MacroOptions Macro:="servient", ShortcutKey:="e"

For non-macro shortcuts, use OnKey


--
Gary''s Student - gsnu200815


"Barb Reinhardt" wrote:

I'm reviewing a bunch of internal documents to determine if they contain any
macros and could be digitally signed. As I'm doing this, I'm finding that
many of these workbooks reset some of my keyboard shortcuts without setting
them back when done. (UGH!) Dontcha love it when that happens?

Anyway, how do I reset all of my shortcuts back to the default values. I'm
using Excel 2003.

Thanks,
Barb Reinhardt

If this post was helpful to you, please click YES below.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Resetting Keyboard Shortcuts

I really need to know how to set them all back to the "default" setting. How
do I find out what that is and do it?

Barb Reinhardt

"Gary''s Student" wrote:

For shortcuts assigned to macros, use something like:

Application.MacroOptions Macro:="servient", ShortcutKey:="e"

For non-macro shortcuts, use OnKey


--
Gary''s Student - gsnu200815


"Barb Reinhardt" wrote:

I'm reviewing a bunch of internal documents to determine if they contain any
macros and could be digitally signed. As I'm doing this, I'm finding that
many of these workbooks reset some of my keyboard shortcuts without setting
them back when done. (UGH!) Dontcha love it when that happens?

Anyway, how do I reset all of my shortcuts back to the default values. I'm
using Excel 2003.

Thanks,
Barb Reinhardt

If this post was helpful to you, please click YES below.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Resetting Keyboard Shortcuts

Fortuately you do not need to know what the default is to restore it.

For example, suppose someone re-defined CNTRL-c and CNTRL-v and we did not
know that they should be Copy & Paste

Application.OnKey "^{c}"

still restores CNTRL-c to its default.
--
Gary''s Student - gsnu200815


"Barb Reinhardt" wrote:

I really need to know how to set them all back to the "default" setting. How
do I find out what that is and do it?

Barb Reinhardt

"Gary''s Student" wrote:

For shortcuts assigned to macros, use something like:

Application.MacroOptions Macro:="servient", ShortcutKey:="e"

For non-macro shortcuts, use OnKey


--
Gary''s Student - gsnu200815


"Barb Reinhardt" wrote:

I'm reviewing a bunch of internal documents to determine if they contain any
macros and could be digitally signed. As I'm doing this, I'm finding that
many of these workbooks reset some of my keyboard shortcuts without setting
them back when done. (UGH!) Dontcha love it when that happens?

Anyway, how do I reset all of my shortcuts back to the default values. I'm
using Excel 2003.

Thanks,
Barb Reinhardt

If this post was helpful to you, please click YES below.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Resetting Keyboard Shortcuts

Thank you, thank you, thank you! I have been seriously stressing over this
same exact thing for 10 hours straight - I don't know how many times I
uninstalled & reinstalled Word. Wow, did I say thank you?

"Gary''s Student" wrote:

Fortuately you do not need to know what the default is to restore it.

For example, suppose someone re-defined CNTRL-c and CNTRL-v and we did not
know that they should be Copy & Paste

Application.OnKey "^{c}"

still restores CNTRL-c to its default.
--
Gary''s Student - gsnu200815


"Barb Reinhardt" wrote:

I really need to know how to set them all back to the "default" setting. How
do I find out what that is and do it?

Barb Reinhardt

"Gary''s Student" wrote:

For shortcuts assigned to macros, use something like:

Application.MacroOptions Macro:="servient", ShortcutKey:="e"

For non-macro shortcuts, use OnKey


--
Gary''s Student - gsnu200815


"Barb Reinhardt" wrote:

I'm reviewing a bunch of internal documents to determine if they contain any
macros and could be digitally signed. As I'm doing this, I'm finding that
many of these workbooks reset some of my keyboard shortcuts without setting
them back when done. (UGH!) Dontcha love it when that happens?

Anyway, how do I reset all of my shortcuts back to the default values. I'm
using Excel 2003.

Thanks,
Barb Reinhardt

If this post was helpful to you, please click YES below.

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
Resetting Keyboard Shortcuts ricardo figueira Excel Worksheet Functions 1 November 22nd 08 10:51 PM
Keyboard Shortcuts jovch Excel Discussion (Misc queries) 1 August 25th 08 07:57 PM
Keyboard Shortcuts Conan Kelly Excel Programming 5 February 28th 06 05:58 PM
Keyboard shortcuts Scott Excel Discussion (Misc queries) 2 January 25th 06 04:51 AM
Keyboard Shortcuts Storm2 Excel Programming 2 October 14th 04 04:54 AM


All times are GMT +1. The time now is 10:22 PM.

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"