Selection object in Excel 2002

F

Franco22

Does anyone know where to find a list of the properties and methods o
the Selection object? I have found it to be very useful in writing VB
macros but it has no intellisense, so I have to do a lot of guesswork
Some code that I've used so far:

Selection.Clear 'this clears the currently selected range

Selection.Name="Whatever" 'this gives a range name to the currentl
selected range.

I'm sure there are lots more methods and properties and I just woul
like to see that list
 
Top