ViewableRange Property

See Also         Example         Applies To

Returns or sets the range of cells that the user can view. This makes it possible for you to hide worksheet cells (you may want to hide cells that contain intermediate calculations, for example). Read/write String.

Remarks

Do not confuse this property with the VisibleRange property, which returns a Range object that represents all the cells that are currently visible.