sungy has asked for the wisdom of the Perl Monks concerning the following question:
my $Doc = $Word->Documents->Open($mydocument); $Doc->ActiveWindow->Selection->HomeKey(wdStory); $Doc->ActiveWindow->Selection->WholeStory; $Doc->ActiveWindow->Selection->Font->Size('9pt');
Edited by planetscape - added code tags
2006-03-14 Retitled by planetscape, as per Monastery guidelines
Original title: 'Set font size in Words documnet'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Set font size in Words document
by marto (Cardinal) on Mar 13, 2006 at 21:34 UTC | |
|
Re: Set font size in Words document
by marto (Cardinal) on Mar 14, 2006 at 13:39 UTC | |
by sungy (Initiate) on Mar 14, 2006 at 21:20 UTC |