View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
diddy_david diddy_david is offline
external usenet poster
 
Posts: 5
Default VBE Coding tools

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