Copy, Cut, Paste in Custom Shortcut Menu -- REPOST

  • Thread starter Thread starter Kim M.
  • Start date Start date
K

Kim M.

I am having a similar problem. I have created a number of shortcut menus
using macros, and they all work great.

The problem I am having is specifically with the Cut/Copy/Paste commands --
they are simply not listed as RunCommand options in the macro design form!
Can anyone shed light on this? I am using Access 2007.

TIA,
Kim M.
 
On Thu, 11 Jun 2009 10:39:02 -0700, Kim M.

I don't know why they are not showing, but you can certainly use them
in VBA: RunCommand acCmdCopy and its cousins are available.
You could put these calls in your own public functions in a standard
module, and then call them using the RunCode macro.

-Tom.
Microsoft Access MVP
 
Ah, good idea! I knew they were available in VBA, but hadn't thought of
calling them through a runcode macro -- don't know where my brain is
sometimes. Thanks!!

Kim M.
 
Back
Top