D
Danny J
Dear all,
is VBA included with windows and if so how do I find out which version?
Thanks,
Danny
is VBA included with windows and if so how do I find out which version?
Thanks,
Danny
rest?
Are the different versions of vba much different to each other?
Not really,
It's more that I am an IT trainer, and though there are some bespoke systems
I need to learn first at some point VBA seems like a good way to progress my
knowledge base.
So is learning VB very different to VBA? Which is more useful in an MS
Office environment?
Steve Rindsberg said:Think of VBA as VB minus a few features, plus specialized knowledge of the app
it's hosted in.
As far as the no pun intended basics, they're really quite similar. Any effort
spent in learning VB will not go to waste if you need to program in VBA.
Likewise, it's not hugely difficult to control an office app using VB and it's
often simplest to write the code in the office app itself, where you can easily
test little snippets of it at a time, then copy/paste it into VB.
One advantage to VB is that it can make more or less standalone EXE files,
which VBA cannot.
Howard Kaikow said:the
It is actually better to learn VB as the books for VB are far superior to
the books for VBA.
For example, Gary Cornell's Visual Basic 6 from the Ground Up.
and
More importantly, VBA cannot be protected from prying eyes, but can can
convert the VBA to a VB DLL to protect the code and, usually, improve
execution speed.
effort
It is actually better to learn VB as the books for VB are far superior to
the books for VBA.
For example, Gary Cornell's Visual Basic 6 from the Ground Up.
now.how do you do that? that could be useful for something i am working on
Howard Kaikow said:See the list of Word VBA books at
http://www.standards.com/index.html?WordVBABooks.
There are associated comments stating why one also should learn VB.
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.