Parent Property [Worksheet]
The Parent property returns the worksheet associated with this range (WksRange object), returns the worksheet associated with this WksPageSetup object, or returns the worksheet from which statistics were calculated (WksStatistics object). This is a read-only property.
Syntax
object.Parent
Example
This example demonstrates how to return to worksheet associated with a range.
Debug.Print WksRange.Parent
Used by: WksPageSetup object, WksRange object, WksStatistics object