A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Short Cut Menu



 
 
Thread Tools Display Modes
  #1  
Old May 5th, 2009, 05:48 AM posted to microsoft.public.access
Melbourne
external usenet poster
 
Posts: 23
Default Short Cut Menu

I would like to add the 'Cut', 'Copy' and 'Paste' functions to my short cut
menu but have been unable to work out how to do it.

Can someone make any suggestions.

Thanks
  #2  
Old May 5th, 2009, 06:50 AM posted to microsoft.public.access
Melbourne
external usenet poster
 
Posts: 23
Default Short Cut Menu

Please disregard this request. I have found the commands.

"Melbourne" wrote:

I would like to add the 'Cut', 'Copy' and 'Paste' functions to my short cut
menu but have been unable to work out how to do it.

Can someone make any suggestions.

Thanks

  #3  
Old May 5th, 2009, 06:52 AM posted to microsoft.public.access
Albert D. Kallal
external usenet poster
 
Posts: 2,874
Default Short Cut Menu

"Melbourne" wrote in message
...
I would like to add the 'Cut', 'Copy' and 'Paste' functions to my short cut
menu but have been unable to work out how to do it.

Can someone make any suggestions.

Thanks


You don't mention what version.....

for 2007,

How to do this is explained he

http://office.microsoft.com/en-us/ac...CH100621911033

For cut + edit + paste, your macro look like:

Macro Name Action Command
Cut RunCommand Cut
Copy RunCommand Copy
Paste RunCommand Paste

Simply Save the above macro as MyMenu

Then create a macoro that calls the above

eg:
Action Menu Name Menu Macro name Status Bar text
AddMenu MyRightClick MyMenu My Edit

save the above as mEdit

Then, in the forms property sheet, simply set the shortcut menu as mEdit

the above works for 2003 also.


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada



  #4  
Old May 5th, 2009, 01:55 PM posted to microsoft.public.access
Melbourne
external usenet poster
 
Posts: 23
Default Short Cut Menu

Thanks for your help Albert.

"Albert D. Kallal" wrote:

"Melbourne" wrote in message
...
I would like to add the 'Cut', 'Copy' and 'Paste' functions to my short cut
menu but have been unable to work out how to do it.

Can someone make any suggestions.

Thanks


You don't mention what version.....

for 2007,

How to do this is explained he

http://office.microsoft.com/en-us/ac...CH100621911033

For cut + edit + paste, your macro look like:

Macro Name Action Command
Cut RunCommand Cut
Copy RunCommand Copy
Paste RunCommand Paste

Simply Save the above macro as MyMenu

Then create a macoro that calls the above

eg:
Action Menu Name Menu Macro name Status Bar text
AddMenu MyRightClick MyMenu My Edit

save the above as mEdit

Then, in the forms property sheet, simply set the shortcut menu as mEdit

the above works for 2003 also.


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:24 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.