Conditional statement based on active form

M

Mike

Hello,

I'm trying to write a Macro whereby a keystroke performs differing functions
based on what form I have the focus on. I don't know how to program with
Visual Basic, but I do pretty well with Macros. Can anyone help?
 
S

Steve Schapel

Mike,

Use this type of thing in the Condition for the AutoKeys macros...
[Screen].[ActiveForm].[Name]="YourForm"

Please post back with more details, and examples, if you need more
explicit help.
 

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