Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 142
Default List of objects with properties & metods

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 420
Default List of objects with properties & metods

VBA's help is pretty good.

And if you hit F2 inside the VBE, you'll see the object browser and from there,
you should be able to see the properties and methods.

And if you rightclick on the object browser window, you'll be able to specify
that you want to see the hidden objects, too.



On 07/24/2010 09:16, wrote:
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


--
Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 82
Default List of objects with properties & metods

I don't think there is one single source available for that.

There's Help, Online Help, the Object browser, technical MS references
etc which should be enough to get you through,

I don't really think totally comprehensive source would be that
useful, if it wa even possible to build one.

Also, you can sometimes learn new things when you are searching for
something completely different.:)

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Objects/properties that don't trigger the intellisense Conan Kelly Excel Programming 1 April 23rd 08 09:48 PM
using the address properties from range objects in a sum formula JEFFWI Excel Discussion (Misc queries) 2 September 11th 07 05:36 AM
An objects properties? davegb Excel Programming 5 December 7th 06 02:21 AM
Width properties of drawing objects Mark[_50_] Excel Programming 1 December 22nd 04 03:34 PM
Objects not showing up in VBA properties aet-inc[_3_] Excel Programming 1 December 3rd 03 08:33 AM


All times are GMT +1. The time now is 08:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"