Re: wordx & AS
Re: wordx & AS
- Subject: Re: wordx & AS
- From: John Baltutis <email@hidden>
- Date: Wed, 14 Apr 2004 12:35:56 -0700
On 04/14/04, Paul Berkowitz <email@hidden> wrote:
>
>
On 4/14/04 8:08 AM, I wrote:
>
> In most cases, you might as
>
> well then just use VBA straight, but there are other cases where Word is
>
> just part of your script/workflow, and then 'do Visual Basic' lets you do
>
> all the same things from AppleScript.
>
>
>
> <http://word.mvps.org/FAQs/WordMac/WordAppleScript.htm>
>
>
BTW, you have to get to that site in Internet Explorer - it's just a blank
>
page in Safari. (Someone set up that whole site using Front Page in Windows
>
with some non-standards HTML coding that doesn't work in Safari now,
>
although it did back in the earliest versions of Safari.)
It'll work w/Safari 1.2.1 (Panther) if you select Debug->User Agent->Mac
MSIE 5.22.
To activate the Debug menu, quit Safari, launch the Terminal application,
type the below command in the Terminal window, and press return:
defaults write com.apple.Safari IncludeDebugMenu 1
Quit Terminal, launch Safari, and note that Debug is now the last Menu
item. Select User Agent from that menu and you can select one of these
emulations:
Mozilla 1.1
Netscape 7.0, 6.22, and 4.79
Mac MSIE 5.22
Windoze MSIE 6.0
Konqueror 3
To deactivate the Debug menu, do this in Terminal:
defaults write com.apple.Safari IncludeDebugMenu 0
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.