Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro traced
#1
On my computer when i am running my macros sometimes a program on my computer stops the current macro running. I was just wondering if there was anyway to put a code into my macro or if there is a function that will make the macro for say "Untraceable" when it is running. So that no other programs are going to interfer with its functions on my computer and i dont have to keep stoping and going. Thanks a lot Gintaras
#2
I bet it's just how you have it coded to look for something it can't see.
post your code and we can take a look.
An old blog on QM coding and automation.

The Macro Hook
#3
ken gray Wrote:I bet it's just how you have it coded to look for something it can't see.
post your code and we can take a look.
Its all of my code that i make. Just wondering if there is a function or somthing that can help or somthing i can look into
#4
Let the functions use err and they will not end on run time error.

Or, if you need to restart the function when it is ended:
Code:
Copy      Help
rep
,wait 0 H mac("Function27")


Forum Jump:


Users browsing this thread: 1 Guest(s)