ShowPosition Property

 

The ShowPosition property returns or sets the display of the cursor position on the rulers. Returns a Boolean.

 

Syntax

object.ShowPosition

object.ShowPosition = Show

 

Parameter

Type

Description

Show

Boolean

required; true to show the cursor position on a ruler

 

Example 1

This example demonstrates how to return whether or not the cursor position is displayed on a ruler.

 

Debug.Print Ruler.ShowPosition

 

Example 2

This example demonstrates how to display the cursor position on a ruler.

 

Ruler.ShowPosition = True

 

Used by: Ruler object