Autokeys macro doesn't work in code window

R

Ron Hinds

Access 2003. I have a macro called AutoKeys in which I have defined several
keystrokes to run commands in design view, e.g., ToggleBookmark,
NextBookmark, etc. Very useful in Code View, since MS has no predefined
shortcut keys for manipulating bookmarks. Also, I have a macro I had
assigned to a keystroke that basically stubs out and procedure with some
commonly used variables (Dim db as Database, etc.) and error handling. These
worked beautifully in previous versions of Access, but they don't work at
all in A2003, forcing me to use menu selections for bookmarks (VERY clumsy)
or to call my BuildErrorHandler function (not AS clumsy, but not as nice as
before!). How do I associate my macros with keystrokes in the Code View in
Access 2003? Thanks!
 
D

Douglas J. Steele

As far as I know, it's not possible.

There's no connection between the VB Editor and Access macros.

You might take a look to see whether the free MZ Tools 3.0 for VB6 and VBA
provides the functionality for which you're looking.
http://www.mztools.com/v3/mztools3.aspx
 

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