VBE Coding tools

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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??
 
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)
 

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