Posts: 160
Threads: 43
Joined: Sep 2007
im just wondering if theres anyway to act the 3rd last active window say my function act notepad then word then internet browser i want to bring in back to the last window that was active before the function started is this possible?
Posts: 576
Threads: 97
Joined: Aug 2007
y cant u just state the name of the window? as in
act "notepad"
explain more if tht doesnt help
Posts: 160
Threads: 43
Joined: Sep 2007
bcoz i want it do go back to whatever im doing so i can work on other stuff without many interuptions but im not sure if there a way
Posts: 473
Threads: 33
Joined: Aug 2007
Assign each window a string variable.
Example:
str a="Window 1"
str b="Window 2"
str c="Window 3"
act a
1
act b
1
act c
Taking on Quick Macros one day at a time
Posts: 160
Threads: 43
Joined: Sep 2007
dont know why i didnt think of that lol ill make it get the first window name then store in a variable and act the variable at the end of code tyvm