View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default VBE Coding tools

Because selection is not necessarily a range, it can be a number of objects,
so intellisense doesn't know what to suggest.

Same with Activesheet, that is not necessarily a worksheet.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"diddy_david" wrote in message
...
I depend on the list properties/method tool in th editor to write code and
I
can't understand why it sometimes works and other times not. EG. if I
type

Range("A1").

the properties/method tool is shown. If I enter

Selection.

it is not shown, why is that??