Excel Macros for the Non-Programmer
Wed 22nd August 2007
Don't limit your Excel training. Excel VBA (Visual Basic for Applications), the language of macros, is a programming language that many non-programmers have embraced and become quite skilled at. Take a look at some of the features of this simple yet powerful language.
English-like syntax
When most people think of programming, they imagine lines like "Stack object [semi]attribute x18 flag set? Const x0119:x14". You won't see a statement like that in macro training. Excel VBA uses simple commands that are easy to read even if you don't know anything about programming. Consider the following example:For each Employee in EmployeeList
Employee.Salary = Employee.Salary + 500
Next Employee
It doesn't take a computer science degree to guess that these statements give each employee a
Author is a freelance copywriter. For more information on Training excel VBA, please visit http://www.microsofttraining.net
Original article appears here:
http://www.microsofttraining.net/article-214-training-excel-vba.html



Course updates
Back to Excel articles


PUBLICATION GUIDELINES