Assume that by "ActiveX API", you mean AutoCAD ActiveX API.
VBA is an development tool/environment that built into an application (Acad,
in this case), which is exposed to Acad ActiveX API, so developer/user can
manipulate Acad through Acad's ActiveX API and do other related task, such
as generic file handling, database accessing...
Acad's ActiveX API is the probramming interface to expose Acad as an object
model following MS's COM protocol (so, sometimes it is also called COM API).
wrote in message news:5552286@discussion.autodesk.com...
Hi All,
Can anybody differentiate between VBA and ActiveX API.