FuzMic
DataBase Tinker
- Local time
- Tomorrow, 01:00
- Joined
- Sep 13, 2006
- Messages
- 744
Hi everybody
I use an {F1} Autokey macro that use the RunCode Action with the argument as = Help(). This Help function in fact has 2 arguments which are public variables eg DirA & StrB that were declared in the Application. When I put them in eg = Help([DirA], [StrB]) and then press F1 key, an error messages states that "Object don't contain the Automation object "DirA". By the way, without the 2 arguments, F1 works.
2 questions
1) How can I make the Autokey {F1} work with the 2 variables?
2) Can I create an Autokey F1 without using a Macro. I tried using VB codes without success.
Any Help appreciated. Thanks!
I use an {F1} Autokey macro that use the RunCode Action with the argument as = Help(). This Help function in fact has 2 arguments which are public variables eg DirA & StrB that were declared in the Application. When I put them in eg = Help([DirA], [StrB]) and then press F1 key, an error messages states that "Object don't contain the Automation object "DirA". By the way, without the 2 arguments, F1 works.
2 questions
1) How can I make the Autokey {F1} work with the 2 variables?
2) Can I create an Autokey F1 without using a Macro. I tried using VB codes without success.
Any Help appreciated. Thanks!