I don't know how to increase or decrease font sizes by ONE point. The
font size box goes up and down by two sizes only.
Word 98 didn't have this defect, and in glorious old Word Perfect it was easy
to increase or decrease font size by one point at a time.
does someone know how?
This is the Entourage newsgroup. You seem to be asking about Word.
What you're asking for is not possible in Entourage, because Entourage's
HTML text formatting is not scriptable (except maybe by GUI scripting), but
should be possible in Word via AppleScript or VBA _if_ the requisite size of
font exists in the font family you're using.
This works for me:
tell application "Microsoft Word"
set docRange to text object of active document
set font size of font object of docRange to 13.0
end tell
If you have follow-up questions for Word, please go to the
microsoft.public.mac.office.word where I've cross-posted this reply, and
reply there.
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <
http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <
http://macscripter.net/scriptbuilders/>
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.