I see people talking about VBA. What is this? Thanks.

Signature
Terry
David M. Marcovitz - 07 Mar 2008 18:17 GMT
> I see people talking about VBA. What is this? Thanks.
VBA stands for Visual Basic for Applications. It is a scripting language
built into Microsoft Office applications. It allows you to automate some
tasks as well as do some fancy things that are harder or impossible to do
with the regular user interface. You can learn more about it at this link:
http://pptfaq.com/index.html#name_PROGRAMMING_POWERPOINT
While VBA can add a lot of power to Microsoft Office, it has a fairly steep
learning curve.
--David

Signature
David M. Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
Michael - 07 Mar 2008 18:19 GMT
Terry,
VBA is Visual Basic for Applications. It is also known as macros in MS
Office. VBA is used to create helper programs that can be used for many
different things, such as custom calculations or formatting. For example, I
use it in Word to ensure that hyperlinks in my documents are in synch against
a master list links.
Most MS Office products support VBA development through the macro feature in
the product.
> I see people talking about VBA. What is this? Thanks.