#1   Report Post  
Posted to microsoft.public.word.docmanagement
Siouxzqmc Siouxzqmc is offline
external usenet poster
 
Posts: 11
Default Word 2007 line count

Where is the line count recorded in Word 2007? Thanks!
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Word 2007 line count

What do you mean by "recorded"?

If you want to add line numbers to your pages, go to Page Layout tab,
Page Setup group, Line Numbers.

If you want to see what line you're in as you type, right-click on the
Status Bar (bottom of the document window) and check it (and other
useful things) on the list that appears. (This appears to show only
the line on the present page, not a cumulative total.)

On Jan 15, 2:50*pm, Siouxzqmc
wrote:
Where is the line count recorded in Word 2007? *Thanks!


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Word 2007 line count

What do you mean by "recorded"?

If you want to add line numbers to your pages, go to Page Layout tab,
Page Setup group, Line Numbers.

If you want to see what line you're in as you type, right-click on the
Status Bar (bottom of the document window) and check it (and other
useful things) on the list that appears. (This appears to show only
the line on the present page, not a cumulative total.)

On Jan 15, 2:50*pm, Siouxzqmc
wrote:
Where is the line count recorded in Word 2007? *Thanks!


  #4   Report Post  
Posted to microsoft.public.word.docmanagement
visualbill visualbill is offline
external usenet poster
 
Posts: 4
Default Word 2007 line count

For total line count:
Pick the "orb" -Prepare-Properties, then select "Document
Properties-Advanced Properties" and go to the Statistics tab.


"Peter T. Daniels" wrote:

What do you mean by "recorded"?

If you want to add line numbers to your pages, go to Page Layout tab,
Page Setup group, Line Numbers.

If you want to see what line you're in as you type, right-click on the
Status Bar (bottom of the document window) and check it (and other
useful things) on the list that appears. (This appears to show only
the line on the present page, not a cumulative total.)

On Jan 15, 2:50 pm, Siouxzqmc
wrote:
Where is the line count recorded in Word 2007? Thanks!


.

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
visualbill visualbill is offline
external usenet poster
 
Posts: 4
Default Word 2007 line count

For total line count:
Pick the "orb" -Prepare-Properties, then select "Document
Properties-Advanced Properties" and go to the Statistics tab.


"Peter T. Daniels" wrote:

What do you mean by "recorded"?

If you want to add line numbers to your pages, go to Page Layout tab,
Page Setup group, Line Numbers.

If you want to see what line you're in as you type, right-click on the
Status Bar (bottom of the document window) and check it (and other
useful things) on the list that appears. (This appears to show only
the line on the present page, not a cumulative total.)

On Jan 15, 2:50 pm, Siouxzqmc
wrote:
Where is the line count recorded in Word 2007? Thanks!


.



  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Word 2007 line count

Will that change the running count displayed in the Status Bar for the
present location of the cursor?

On Jan 15, 4:33*pm, visualbill
wrote:
For total line count:
Pick the "orb" -Prepare-Properties, then select "Document
Properties-Advanced Properties" and go to the Statistics tab.



"Peter T. Daniels" wrote:
What do you mean by "recorded"?


If you want to add line numbers to your pages, go to Page Layout tab,
Page Setup group, Line Numbers.


If you want to see what line you're in as you type, right-click on the
Status Bar (bottom of the document window) and check it (and other
useful things) on the list that appears. (This appears to show only
the line on the present page, not a cumulative total.)


On Jan 15, 2:50 pm, Siouxzqmc
wrote:
Where is the line count recorded in Word 2007? *Thanks!

  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default Word 2007 line count

Will that change the running count displayed in the Status Bar for the
present location of the cursor?

On Jan 15, 4:33*pm, visualbill
wrote:
For total line count:
Pick the "orb" -Prepare-Properties, then select "Document
Properties-Advanced Properties" and go to the Statistics tab.



"Peter T. Daniels" wrote:
What do you mean by "recorded"?


If you want to add line numbers to your pages, go to Page Layout tab,
Page Setup group, Line Numbers.


If you want to see what line you're in as you type, right-click on the
Status Bar (bottom of the document window) and check it (and other
useful things) on the list that appears. (This appears to show only
the line on the present page, not a cumulative total.)


On Jan 15, 2:50 pm, Siouxzqmc
wrote:
Where is the line count recorded in Word 2007? *Thanks!

  #8   Report Post  
Posted to microsoft.public.word.docmanagement
Greg Maxey Greg Maxey is offline
external usenet poster
 
Posts: 264
Default Word 2007 line count

You can show it on the status bar momentarily or in a message box
using a macro:

Sub ScratchMaco()
Application.StatusBar = "Total lines : " &
ActiveDocument.ComputeStatistics(wdStatisticLines)
Msgbox "Total lines : " & ActiveDocument.ComputeStatistics
(wdStatisticLines)
End Sub

For help installing and using the macro see: http://www.gmayor.com/installing_macro.htm


On Jan 15, 2:50*pm, Siouxzqmc
wrote:
Where is the line count recorded in Word 2007? *Thanks!


  #9   Report Post  
Posted to microsoft.public.word.docmanagement
Greg Maxey Greg Maxey is offline
external usenet poster
 
Posts: 264
Default Word 2007 line count

You can show it on the status bar momentarily or in a message box
using a macro:

Sub ScratchMaco()
Application.StatusBar = "Total lines : " &
ActiveDocument.ComputeStatistics(wdStatisticLines)
Msgbox "Total lines : " & ActiveDocument.ComputeStatistics
(wdStatisticLines)
End Sub

For help installing and using the macro see: http://www.gmayor.com/installing_macro.htm


On Jan 15, 2:50*pm, Siouxzqmc
wrote:
Where is the line count recorded in Word 2007? *Thanks!


Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is the line count in MS word based on a 65 character line? annoc01 Microsoft Word Help 3 April 27th 10 06:09 AM
Word 2007 line count RonBenton Microsoft Word Help 0 September 28th 09 03:22 PM
Count of words in Word 2007 and count in 2003 are different Gabi Microsoft Word Help 2 May 27th 08 12:20 PM
Word Line Count Jon Siemonski Microsoft Word Help 1 January 6th 05 12:03 AM
Change Line Count to not count blank lines Carol Microsoft Word Help 4 November 27th 04 01:46 PM


All times are GMT +1. The time now is 10:49 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"