Re: Send Excel to back
Re: Send Excel to back
- Subject: Re: Send Excel to back
- From: "Marc K. Myers" <email@hidden>
- Date: Wed, 05 Sep 2001 01:27:17 -0400
- Organization: [very little]
>
From: "Rebecca Felts" <email@hidden>
>
To: "Applescript-Users@Lists. Apple. Com"
>
<email@hidden>
>
Subject: Send Excel to back
>
Date: Tue, 4 Sep 2001 15:05:08 -0500
>
>
This should be easy, but I can't get it. I want a script command that will
>
send excel to back- like a "deactivate".
If you want Excel not to be your active program, tell some other program
to activate:
tell application "Finder" to activate
If you want to hide Excel:
tell application "Finder" to set visible of process "Excel" to false
Is that what you're looking for?
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[9/5/01 1:27:08 AM]