Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 599
Default Selection object in Excel 2002

Franco

Selection is a property that refers to whatever object is selected and it
takes on that objects properties and methods. If a range is selected, you
use the properties and methods of a Range object. If a shape is selected,
you use the properties and methods of a Shape object.

See also

http://www.dicks-blog.com/excel/2004...g_vba_s_1.html

--
Dick Kusleika
MVP - Excel
Excel Blog - Daily Dose of Excel
www.dicks-blog.com

"Franco22 " wrote in message
...
Does anyone know where to find a list of the properties and methods of
the Selection object? I have found it to be very useful in writing VBA
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 currently
selected range.

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


---
Message posted from http://www.ExcelForum.com/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Object Selection W2 Excel Discussion (Misc queries) 2 August 26th 08 06:07 PM
Object Variable Not Set Error on Selection object Jean Excel Worksheet Functions 3 July 24th 06 06:45 PM
Method selection of object _Global falied Leon[_3_] Excel Programming 2 December 24th 03 12:44 AM
Anyplace Online With Excel 2002 Object Model in PDF File ? Richard Winston Excel Programming 1 December 2nd 03 05:43 PM
How to find what object type is returned from Selection property ? Krzysztof Klimczak[_3_] Excel Programming 1 October 2nd 03 11:33 PM


All times are GMT +1. The time now is 10:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"