Re: Making text plain or bold in Word
Re: Making text plain or bold in Word
- Subject: Re: Making text plain or bold in Word
- From: Emmett Gray <email@hidden>
- Date: Sat, 12 Apr 2003 11:11:18 -0400
Here's an economical way (with thanks to Shane Stanley for starting
me thinking):\
tell application "Microsoft Word"
save document 1 as "text only"
revert document 1
set style of text from word 1 to word 2 of document 1 to bold
end tell
_______________________________________________
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.