AutoKeys

D

Damien

I have an AutoKeys combination which issues a
SendKeys "debug.print".

Lazy I know, but it's great for debugging, plus I have few
other combinations, including insert standard error
handler, and the brillant form resize taken from Stan
Leszynski Access 97 Expert Solutions (see below).

Anyway, all this works fine in Access97, but having
migrated to Access 2002, my handy AutoKeys no longer work
in the Visual Basic IDE.

Does anyone have any idea why this is, or if there is a
way around it ?

Thanks





Macro combination if you're interested (within AutoKeys,
use in form Form View when those pesky forms have
maximized themselves):

Macro Name:
^B

Actions:
Restore
RunCommand SizeToFitForm
RunCommand Save
 

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

Similar Threads


Top