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