by CNC22369 » Fri May 29, 2020 1:05 pm
I'm writing a macro that I'd prefer to run only when a particular tab state is true. So I want to start the macro with an IF statement to do a return if a particular tab state is false and to run the rest of the macro code if the tab state is true. But I haven't been able to find a GetTabstate like function. Is there one?