
Tips.Net > WordTips Home > Macros > Determining the Horizontal Position of the Insertion Point
Summary: Need to figure out how far the insertion point is from the left margin? You can do so by using this small macro that relies on the Information property. (This tip works with Microsoft Word 97, Word 2000, Word 2002, Word 2003, and Word 2007.)
Danny is writing a macro and he need to discover the horizontal position of the insertion point, relative to the left margin, in inches. This can be done by using a rather simple macro, such as the following:
Sub HorPos()
Location = Selection.Information( _
wdHorizontalPositionRelativeToTextBoundary)
MsgBox PointsToInches(Location)
End Sub
The macro uses the Information property to determine the distance from the text boundary, in points. This is then converted to inches and displayed. The text boundary is, most often, the left margin in a normally formatted document. In some circumstances it could also be something else, such as the cell boundary in a table or column boundary in a multi-column format.
Tip #3497 applies to Microsoft Word versions: 97 2000 2002 2003 2007
Step Up and Take Control! Subscribers to WordTips know just how valuable a resource it is. WordTips Premium provides twice the number of exceptional, easy-to-understand tips every week in an ad-free newsletter, as well as substantial discounts on WordTips archives and e-books.
Check out WordTips Premium today!
Discover how to use Word's mail merge tool to create your own custom documents in just minutes. Great e-book answers all your questions. (more information...)
Ask a Word Question
Make a Comment
Beauty Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pest Tips
Pet Tips
Word2007 Tips
WordTips