Selection object in Excel 2002

  • Thread starter Thread starter Franco22
  • Start date Start date
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
 
Hi
Selection is a range object. So have a look at the range
methods/properties
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top