View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
keithb keithb is offline
external usenet poster
 
Posts: 44
Default Excel VBA Help Gripe

Am I the only one having difficulty using Excel VBA help? It would be ever
so much more useful if documentation for objects, properties, events and
methods were returned in the search listings. As a new user, I did not know
whether a Range is an Object, Property, or Collection, so I searched for
"Range" which did not return anything useful. As a result I wasted a long
time before finding Range under Collections.

Keith