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

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.
 
T

Tom van Stiphout

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
 
K

Kim M.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top