Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 419
Default Objects/properties that don't trigger the intellisense

Hello all,

What is the terminology to describe the type of property/object that does
not trigger the intellisense (the properties/methods dropdowns and function
definition tooltips). For example, "Selection" vs. "ActiveCell". Selection
will not trigger the intellisense stuff, whereas ActiveCell will. (If I
remeber correctly, "ActiveSheet" will not trigger it either)

Has anyone compiled a list of all of the properties/objects that will not
trigger the intellisense?

Thanks for any help anyone can provide,

Conan Kelly



---------------------------
"Smokin' weed kills your brain cells. Drinkin' only screws up your
liver...ya got 2 a those."
- Earl Hickey (NBC's "My Name is Earl")


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Objects/properties that don't trigger the intellisense

Intellisence will exist any time that the object can be uniquely identified.
For example Selection does not necessarly refer to a cell. It could be a
shape that was selected. The properties and methods for a shape are
completely different than they are for a cell. ActiveCell can only be a cell.
ActiveSheet could be either a worksheet or a chart sheet. Once again the
properties and methods are different.

If you want intellisence then you can do something like this
dim wks as worksheet
set wks = Activesheet

In the above example since wks is uniquely identified as a worksheet the
intellisence will work.

--
HTH...

Jim Thomlinson


"Conan Kelly" wrote:

Hello all,

What is the terminology to describe the type of property/object that does
not trigger the intellisense (the properties/methods dropdowns and function
definition tooltips). For example, "Selection" vs. "ActiveCell". Selection
will not trigger the intellisense stuff, whereas ActiveCell will. (If I
remeber correctly, "ActiveSheet" will not trigger it either)

Has anyone compiled a list of all of the properties/objects that will not
trigger the intellisense?

Thanks for any help anyone can provide,

Conan Kelly



---------------------------
"Smokin' weed kills your brain cells. Drinkin' only screws up your
liver...ya got 2 a those."
- Earl Hickey (NBC's "My Name is Earl")



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
using the address properties from range objects in a sum formula JEFFWI Excel Discussion (Misc queries) 2 September 11th 07 05:36 AM
An objects properties? davegb Excel Programming 5 December 7th 06 02:21 AM
Properties with Intellisense ZootRot Excel Programming 1 February 4th 05 10:46 AM
Width properties of drawing objects Mark[_50_] Excel Programming 1 December 22nd 04 03:34 PM
Objects not showing up in VBA properties aet-inc[_3_] Excel Programming 1 December 3rd 03 08:33 AM


All times are GMT +1. The time now is 10:36 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"