in reply to Win32::OLE: How to get the page number from ms-word?
Something like this (Not syntax checked, object model not verified, and not tested:
## Within the for loop -- my $selection = $doc->Words->Item($i)->Select(); $page = $selection->Information(wdActiveEndPageNumber);
"For every complex problem, there is a simple answer ... and it is wrong." --H.L. Mencken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::OLE: How to get the page number from ms-word?
by Albannach (Monsignor) on Mar 25, 2006 at 17:53 UTC |