Thread: Documentation
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Documentation

Mark,

The documentation is in VBA Help, which can be installed when you install
Excel.

VBA is a programming language and as such doesn't have an API in the way
that I describe and understand APIs. Excel has an object model that can be
accessed and manipulated using VBA (And using VB, C++, C#, etc for that
matter) to provide custom solutions. It is such manipulation that is the
mainstay of this NG.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Mark" wrote in message
...
Hi NG

Newbie question - i know!
Where can i find the online VBA documentation. I looked at msdn but could
not find it!!! Surely VBA has an API - right??!

Cheers
Mark