View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Excel 2002 Object Model

Type Microsoft Excel Objects in the Answer Wizard within VBA Help.

Open the object browser in the VBA, and select the Excel library, and
explore that.

This MS site has a schematic of the Excel object model,
http://msdn.microsoft.com/libr*ary/d...ry/e*n-us/modc...
l/deovrmicrosoftexcel2000.asp, but it's rather high-level.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Hiep" <Hiep @discussions.microsoft.com wrote in message
...
I have to learn VBA very fast for a project at work. I was wondering what

is
the best to learn and understand the Excel Object Model?