Where to find thorough introduction to Excel objects

M

Michael.Tarnowski

Hi folks,
I thumbed through several books on Excel VBA programming, but no one
was a satisfying primer or description of all the Excel classes or
objects giving thorough information on their usage and associated
methods.
Most VBA Excel books shows pre-selections of classes and methods.

Does anybody can recommend an thorough internet site, tutorial, or
book for learning?

Thanks
Michael
 
D

Dick Kusleika

Hi folks,
I thumbed through several books on Excel VBA programming, but no one
was a satisfying primer or description of all the Excel classes or
objects giving thorough information on their usage and associated
methods.
Most VBA Excel books shows pre-selections of classes and methods.

Does anybody can recommend an thorough internet site, tutorial, or
book for learning?

One of the appendices of this book has an exhaustive listing of the object
model. The appendix is something like 300 pages long.

http://www.amazon.com/gp/product/0470046430?v=glance&n=283155&s=books&v=glance
 
J

Jeff

Are you aware of the Excel object model reference and object model map
that's available from the VBA window under the Help menu?

Jeff
 
M

Michael.Tarnowski

Are you aware of the Excel object model reference and object model map
that's available from the VBA window under the Help menu?

Jeff

Dick, Jeff thanks for your hints.
@Dick: I have to more precise: I'am looking for Excel 2003
@Jeff: "Excel object map in the help? - Noop, not aware; where do I
find this? - I have to admit, I'am not very acquainted with the VB
environment.

Thanks Michael
 
M

Michael.Tarnowski

Are you aware of the Excel object model reference and object model map
that's available from the VBA window under the Help menu?

Jeff

Dick, Jeff thanks for your hints.
@Dick: I have to more precise: I'am looking for Excel 2003
@Jeff: "Excel object map in the help? - Noop, not aware; where do I
find this? - I have to admit, I'am not very acquainted with the VB
environment.

Thanks Michael
 
C

Chip Pearson

@jeff: "Excel object map in the help? - Noop, not aware; where do I

In VBA, enter "Object Model" in help and choose the "Microsoft Excel
Object Model" topic. Also, you can view all objects and their methods
and properties in the Object Browser (F2 in VBA).

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)
 
D

Dick Kusleika

@Dick: I have to more precise: I'am looking for Excel 2003

There's a 2003 version of that book. But the 2007 version will be 99%
compatible if you can't find a 2003 version.
 
M

Michael.Tarnowski

There's a 2003 version of that book. But the 2007 version will be 99%
compatible if you can't find a 2003 version.

Thank you all for your hints and tips
Michael
 
M

Michael.Tarnowski

There's a 2003 version of that book. But the 2007 version will be 99%
compatible if you can't find a 2003 version.

Thank you all for your hints and tips
Michael
 

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

Top