Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Find Keyboard shortcut in a macro

Good afternoon;
I have a slight problem with the Copy and Paste keyboard shortcut on my work
computer. It seems that after a couple of "cntrl copy" and "cntrl paste"
operations on a spreadsheet, Excel wants to paste an image of the
spreadsheet in the cell rather then the cell values or formula to be pasted.
I was told earlier that one of my macros may be using the "cntrl paste"
shortcut on the keyboard to perform another function. I have almost 200
macros.
Is there an easy way to identify the shortcut key that may have been set-up
in a macro. I avoid using shortcut keys in my macros always, but somehow,
the copy paste shortcut must have become associated with one of them.

Thanks
Phil


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 66
Default Find Keyboard shortcut in a macro

Hi Phil,

To reset the Excel Shortcuts to their original functions, just start a new code module and run these lines of code:

------------------------------
Sub Reset()

Application.Onkey "^c", ""
Application.Onkey "^v", ""

End Sub
-----------------------------

Please let me know how you go.

SuperJas.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Find Keyboard shortcut in a macro

"AuthorizedUserPF" wrote in message ...
Good afternoon;
I have a slight problem with the Copy and Paste keyboard shortcut on my work
computer. It seems that after a couple of "cntrl copy" and "cntrl paste"
operations on a spreadsheet, Excel wants to paste an image of the
spreadsheet in the cell rather then the cell values or formula to be pasted.
I was told earlier that one of my macros may be using the "cntrl paste"
shortcut on the keyboard to perform another function. I have almost 200
macros.
Is there an easy way to identify the shortcut key that may have been set-up
in a macro. I avoid using shortcut keys in my macros always, but somehow,
the copy paste shortcut must have become associated with one of them.

Thanks
Phil



Hi Phil
Try this addin that will list the Short cut keys for Macros

http://www.xcelfiles.com/GetShortCutKeys.html
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Find Keyboard shortcut in a macro

Thanks will do.
"SuperJas" wrote in message
...
Hi Phil,

To reset the Excel Shortcuts to their original functions, just start a new

code module and run these lines of code:

------------------------------
Sub Reset()

Application.Onkey "^c", ""
Application.Onkey "^v", ""

End Sub
-----------------------------

Please let me know how you go.

SuperJas.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Find Keyboard shortcut in a macro


Thanks this will definitely come in handy.

"Ivan F Moala" wrote in message
om...
"AuthorizedUserPF" wrote in message

...
Good afternoon;
I have a slight problem with the Copy and Paste keyboard shortcut on my

work
computer. It seems that after a couple of "cntrl copy" and "cntrl paste"
operations on a spreadsheet, Excel wants to paste an image of the
spreadsheet in the cell rather then the cell values or formula to be

pasted.
I was told earlier that one of my macros may be using the "cntrl paste"
shortcut on the keyboard to perform another function. I have almost 200
macros.
Is there an easy way to identify the shortcut key that may have been

set-up
in a macro. I avoid using shortcut keys in my macros always, but

somehow,
the copy paste shortcut must have become associated with one of them.

Thanks
Phil



Hi Phil
Try this addin that will list the Short cut keys for Macros

http://www.xcelfiles.com/GetShortCutKeys.html



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 to toggle b/w Find and Replace and ActiveWorksheet? Brooks Excel Discussion (Misc queries) 0 November 25th 08 02:20 PM
keyboard shortcut for a macro Gary[_2_] Excel Worksheet Functions 3 October 24th 07 07:25 PM
Keyboard Shortcut in Macro osaka78 Excel Discussion (Misc queries) 3 January 16th 06 08:47 AM
Keyboard shortcut not working when I copy macro to another computer telewats New Users to Excel 1 January 9th 06 08:52 PM
A good macro that works wrong with keyboard shortcut Allen[_4_] Excel Programming 1 September 12th 03 04:37 PM


All times are GMT +1. The time now is 12:48 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"