What is VBA

D

David M. Marcovitz

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
 
M

Michael

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.
 

Ask a Question

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.

Ask a Question

Top