Microsoft
Software
Hardware
Network
Question : Number of manual page breaks per section
Dear Experts:
I would like a macro to retrieve the following information when run against a document:
- Total number of manual page breaks (Ctrl + Enter)
- Number of page breaks per section, such as Section 2 (5 page breaks); Section 4 (3 page breaks) etc.
The information should be displayed in a MsgBox.
Help is much appreciated. Thank you very much in advance.
Regards, Andreas
Answer : Number of manual page breaks per section
Sorry, typo when copying and pasting.
That should have been
For /F "tokens=1*" %a in ( 'FIND /i "L3= " C:\zzsticker.txt' ) do set L3=%b
Random Solutions
Integrating MAC OS server and Windows Active Directory
imac osx 10.5 - Does not boot; cannot find harddrive. Getting a folder icon wid a question mark flashin at startup
Printing the details section in group footer
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
how can i find all ILO boards on a network
cisco 2650 memory expansion options
Embedding iwebbrowser control inside ATL window.
Raid 1 Hard drive failed PowerEdge 1850
How to avoid zero(s) in front of number(s) disappears in array
How do I modify this php script to send a confirmation?