But what I want to know is will it eventually be
THE programming language common to all apps?
IOW... will LISP and script files someday be gone
and VBA used instead?
Will the VBA in ACAD be the same VBA say in
Microsoft Word so that if you learn how to
customize in one app.... you will know how to do
it in ALL apps?
I am just trying to understand how VBA will impact
us.
LISP and script files will be around for some time but VB is THE language
now, at least for Windows apps.
John Morris wrote in message <3675869c...@news.nemonet.com>...
Well... that's what I thought VBA was doing to the
scene. <G>
So.... ideally... if you learn how to customize
Acad with VBA... then you would know how to
customize ANY windows app with VBA such as Excel?
Well, as far as knowing the common language, yes. VBA will be exactly the
same but you'll still need to learn how to use the object model of the
application. Take a look at http://www.inquiry.com/objects/index.html to see
some of the products using VBA and how they use it.