Now, I want to do a Find (search the word "EOP" in the document) and insert a page break, can anyone help me, many thanks. sungymy $Word = Win32::OLE->new('Word.Application'); my $Doc = $Word->Documents->Open($worktemplate); $Doc->ActiveWindow->Selection->InsertFile($worktxtfile); $Doc->ActiveWindow->Selection->HomeKey(wdStory); $Doc->ActiveWindow->Selection->WholeStory; $Doc->ActiveWindow->Selection->Font->{'Size'}='9'; $Doc->ActiveWindow->Selection->Font->{'Name'}='Courier New';
In reply to MS Office Words Question by sungy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |