Window.Selection (Excel)
Returns the specified window, for a Windows windows.
The returned object type depends on the current selection (for example, if a cell is selected, this property returns a Range object). The Selection property returns Nothing if nothing is selected. Using this property with no object qualifier is equivalent to using Application.Selection.
Worksheets("Sheet1").Activate
Selection.Clear