AutoKeys Not Working

  • Thread starter Thread starter PeteCresswell
  • Start date Start date
P

PeteCresswell

I have a macro named "AutoKeys" that contains a RunCode command whose
MacroName is "^b" and which opens up a form that details changes to
the application.

I press Ctl/B and the form opens.

At least it used to.....

Seems like I've fat-fingered something bc the macro no long fires in
response to Ctl-B.

I've looked thorugh various Options dialogs, but haven't found
anything.

Can anybody elucidate?
 
Pete

May be redundant ... have you revisited the macro to confirm the specifics?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
...have you revisited the macro to confirm the specifics?

Yes. And if I doubleclick "AutoKeys" the "^b" macro executes -
opening up the desired form.

Does that get me off the hook as far as the specifics go? Or is
there room for some other error?
 
Pete

It may be that Access has a 'chicken bone' stuck in its throat.

Can you re-create the macro?

Regards

Jeff Boyce
Microsoft Office/Access MVP

...have you revisited the macro to confirm the specifics?

Yes. And if I doubleclick "AutoKeys" the "^b" macro executes -
opening up the desired form.

Does that get me off the hook as far as the specifics go? Or is
there room for some other error?
 
Pete

It may be that Access has a 'chicken bone' stuck in its throat.

Good catch.

Application.SetOption "Key Assignment Macro", "AutoKeys" brought it
back.

Thanks.
 
Back
Top