View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default List of objects with properties & metods


"Excel 2007 Developer Reference"
http://msdn.microsoft.com/en-us/libr...ffice.12).aspx
In particular, see the "What's New" and "Excel Object Model Reference" sections.
--
Jim Cone
Portland, Oregon USA
http://tinyurl.com/XLCompanion




wrote in message
...
Where can I fond documentation listing ALL Excel VBA objects together with
their properties (and property values) and methods (and all their
parameters)

Even though I have access to Excel's Help and a couple of thick Excel VBA
books, this newsgroup frequently contains code snippits using objects, etc.
that I had no idea even existed.
Thanks for any help