[Migrated content. Thread originally posted on 27 January 2005]
I am having problems with the syntax of "Type 4" .Name Type 8.
Size Type 4.
No problem changing the font, but the size does not change.
Here is my syntax.
modify word-doc @Select()
inquire word-app @Selection in word-selection
use word-selection @Font
modify ^Name = "Times Roman"
modify ^Size = 8
end-use
Also, do you know how to take off the select. I tried destroy word-selection and that did not work.
Thanks for you help.
Patty



