Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / December 2004

Tip: Looking for answers? Try searching our database.

How do you program Microsoft Word 2003 for 250 words per page, 1 .

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Shtara42 - 23 Dec 2004 05:37 GMT
I need to know how to program Word for professional manuscript typing. Must
be 250 words per page with one inch margins all around and five digit
automatic indentations.

My version of Word is 2003.
Alok - 23 Dec 2004 10:19 GMT
Hi Shtara
You can use
ActiveDocument.Words.Count  
ActiveDocument.Characters.Count
ActiveDocument.ActiveWindow.Panes(1).Pages.count
to count the words ,characters,pages in the document.
and
"Selection.Words.Count" to count the words in the selection only.
"ActiveDocument.PageSetup.LeftMargin=2"....
You can combine all these to handle the tasks in your own way .
"ActiveDocument.Paragraphs(1).LeftIndent = InchesToPoints(1)"
for indentation settings .
Hope this helps.

Alok

> I need to know how to program Word for professional manuscript typing. Must
> be 250 words per page with one inch margins all around and five digit
> automatic indentations.
>
> My version of Word is 2003.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.