PC Review


Reply
Thread Tools Rate Thread

Cursor position - How do I display?

 
 
George
Guest
Posts: n/a
 
      31st Jan 2009
I've recently migrated to Office 2007 & am still getting up to speed. One
Word 2003 feature I used a lot was the cursor position (in pixels or inches).
It appeared at the bottom. I used it to ensure facing pages in a book
covered identical space.

Does anyone know how to turn this on in Word 2007?
 
Reply With Quote
 
 
 
 
CyberTaz
Guest
Posts: n/a
 
      31st Jan 2009
You should find what you're looking for - and more - if you right-click the
Status Bar. Select the items you want to have displayed.

HTH |:>)
Bob Jones
[MVP] Office:Mac



On 1/31/09 2:11 PM, in article
5B93A2E9-5EC6-44AC-8F1C-(E-Mail Removed), "George"
<(E-Mail Removed)> wrote:

> I've recently migrated to Office 2007 & am still getting up to speed. One
> Word 2003 feature I used a lot was the cursor position (in pixels or inches).
> It appeared at the bottom. I used it to ensure facing pages in a book
> covered identical space.
>
> Does anyone know how to turn this on in Word 2007?


 
Reply With Quote
 
Jay Freedman
Guest
Posts: n/a
 
      31st Jan 2009
On Sat, 31 Jan 2009 11:11:01 -0800, George <(E-Mail Removed)>
wrote:

>I've recently migrated to Office 2007 & am still getting up to speed. One
>Word 2003 feature I used a lot was the cursor position (in pixels or inches).
> It appeared at the bottom. I used it to ensure facing pages in a book
>covered identical space.
>
>Does anyone know how to turn this on in Word 2007?


Right-click the status bar at the bottom of the window and choose whatever items
you want to display, including the cursor position.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.
 
Reply With Quote
 
Greg Maxey
Guest
Posts: n/a
 
      31st Jan 2009
You can customize the status bar display by right clicking in the status
bar.

The following macro may give better results:

Sub CursorPosit()
Dim x As Single
Dim pStr As String
x = Selection.Information(wdHorizontalPositionRelativeToPage)
pStr = "Cursor position: Horizontal(Points: " & Format(x, "##0.00") & _
" Picas: " & Format((x / 12), "##0.00") & _
" Inches: " & Format((x / 72), "##0.00") & ")"
x = Selection.Information(wdVerticalPositionRelativeToPage)
pStr = pStr & " Veritcal(Points: " & Format(x, "##0.00") & _
" Picas: " & Format((x / 12), "##0.00") & _
" Inches: " & Format((x / 72), "##0.00") & ")"
StatusBar = pStr
End Sub




George wrote:
> I've recently migrated to Office 2007 & am still getting up to speed.
> One Word 2003 feature I used a lot was the cursor position (in pixels
> or inches). It appeared at the bottom. I used it to ensure facing
> pages in a book covered identical space.
>
> Does anyone know how to turn this on in Word 2007?


--
Greg Maxey - Word MVP

My web site http://gregmaxey.mvps.org
Word MVP web site http://word.mvps.org





 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I display cursor position (inches, picas) in Word-2007? George Microsoft Word Document Management 6 3rd Aug 2009 01:10 AM
Re: Cursor.Position Stoitcho Goutsev \(100\) Microsoft Dot NET Framework Forms 0 22nd Jan 2007 03:47 PM
Cursor position saziz Microsoft Excel Misc 2 9th Aug 2005 08:19 PM
Display cursor position in cell Regina Rodler Microsoft Excel Programming 6 10th Mar 2005 09:08 PM
cursor position murat Microsoft Word Document Management 2 2nd Sep 2003 08:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:52 AM.