ToyBoi Posted August 22, 2008 Posted August 22, 2008 (edited) Hi everyone, autoit's win activate can activate a window based on its title and name. But what if I had say 10 excel workbooks open and they are all named as specific objects. e.g. $oExcel1 , $oExcel2, etc and I want to activate them according to their object name and not their Win title because that could change. :edit sorry my keyboard is messed, had some spelling mistakes Edited August 23, 2008 by ToyBoi
PsaltyDS Posted August 23, 2008 Posted August 23, 2008 Hi everyone, autoit's win activate can activate a window based on its title and name. But what if I had say 10 excel workbooks open and they are all named as specific objects. e.g. $oExcel1 , $oExcel2, etc and I want to activate them according to their object name and not their Win title because that could change. :edit sorry my keyboard is messed, had some spelling mistakes Try: $oExcel = ObjGet($sFileName, "Excel.Application") I'm in my Office-free happy place, and can't test this with OOo Calc, but it should be close for when the $sFileName file is already open. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now