Link to home
Start Free TrialLog in
Avatar of David Schmalzer
David SchmalzerFlag for United States of America

asked on

Call in Script

Today is question day for me.  How do I call a script from the script library from a formula?  And ,if I have to use an agent then what is the script equivalent for call. In other words, I have a button that in the click event has:
Call RepeatEvent.  I want to be able to execute this from a different button that has formula in it. How?
Avatar of HemanthaKumar
HemanthaKumar

Write an agent which will include ScriptLibrary using Use statement in options section

Then in Initialize.. Call RepeatEvent

The agent should be set to Run Once. Now call this agent using toolsrunmacro command

~Hemanth
Avatar of David Schmalzer

ASKER

What should I put after the Use statement?  Im no good at script.
ASKER CERTIFIED SOLUTION
Avatar of HemanthaKumar
HemanthaKumar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Awsome!!!  Thanks!!!.
Easy one hemantha