Re: Finding Word and switch focus to it

2005-06-15 Thread John Henry
I tried the first part and works like a charm. I will read the post you cited. Thanks, -- John -- http://mail.python.org/mailman/listinfo/python-list

RE: Finding Word and switch focus to it

2005-06-15 Thread Hughes, Chad O
@python.org Subject: Finding Word and switch focus to it Does anybody know how to find an opened copy of Word and switch focus to it, wait until Word is closed, before continuing my Python script? I tried to search for the answer from Google and nothing stands out. Running under Windows XP

RE: Finding Word and switch focus to it

2005-06-15 Thread Hughes, Chad O
ate() if word.WindowState != wdWindowStateNormal: word.WindowState = wdWindowStateNormal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Henry Sent: Wednesday, June 15, 2005 3:21 PM To: python-list@python.org Subject: Finding Word and switch focus to

Finding Word and switch focus to it

2005-06-15 Thread John Henry
Does anybody know how to find an opened copy of Word and switch focus to it, wait until Word is closed, before continuing my Python script? I tried to search for the answer from Google and nothing stands out. Running under Windows XP. Thanks, -- John -- http://mail.python.org/mailman/listinfo/