Posts: 62
Threads: 15
Joined: Mar 2009
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
Posts: 1,769
Threads: 410
Joined: Feb 2003
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.
Posts: 62
Threads: 15
Joined: Mar 2009
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
Posts: 12,073
Threads: 140
Joined: Dec 2002
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:
rep
,wait 0 H mac("Function27")