Search found 3 matches

by SSteve
16 May 2017, 12:37
Forum: Pulovers Macro Creator
Topic: Start macro with a macro
Replies: 3
Views: 4398

Re: Start macro with a macro

You can use Gosub (which is one of the options in the "Go To / Label" tool) to run another macro and return to the calling macro. You can put the Gosub inside a Loop to run it multiple times.
by SSteve
11 May 2017, 19:08
Forum: Ask for Help (v1)
Topic: How do I use External Function to get a string?
Replies: 2
Views: 681

Re: How do I use External Function to get a string?

Xtra wrote:Have you looked at: InputBox ?
That is perfect. Thanks!
by SSteve
11 May 2017, 13:04
Forum: Ask for Help (v1)
Topic: How do I use External Function to get a string?
Replies: 2
Views: 681

How do I use External Function to get a string?

I'm attempting to use Macro Creator to automate a tedious repetitive process in Sage Accounting for our bookkeeper. At one point in the macro I need to prompt the user for an employee name. I know I can run a function from an external ahk file and have made some progress toward that. The problem I'm...

Go to advanced search