MS Excel VBA Training Courses

If you’re looking for really great Microsoft Excel VBA training you’re in the right place.

Companies large and small choose us – why? Your own tailored, Microsoft Excel VBA training course, at your own premises at the same price as a standard course from elsewhere. We can even help you with the VBA required for your own workbooks.

The JMD Training difference is clear:

  • We come to you – your Microsoft Excel VBA training will be given on your site
  • You get to keep the manuals – Excel VBA training manuals are provided as PDFs
  • We can train using your own Microsoft Excel workbooks
  • There will only be people from your company on your course
  • We offer a money-back guarantee if any delegates are not completely satisfied
  • The training date is around you, not us!
  • Our prices are astounding
  • We can assess all learners in advance for free
  • Our courses are never cancelled

“Geoff is a fantastic trainer. Clear, easy to follow. This was one of the best courses I have attended. Content was good, the flow was good, overall an excellent course.” William Chen, NAB Wealth, North Sydney

Course Type Cost per day
1 to 1 training$575 + GST
2 to 3 delegates $1195 + GST
4 to 5 delegates$1495 + GST
6 to 8 delegates$1795 + GST

Prices are PER DAY, and NOT per-person! E.g. if there’s 5 people on the course, you pay $1495 + GST.

Other Microsoft Office training courses

For further details, please fill in the contact form. If you are ready to book, please fill in the contact form with your first and second choice of date – if we cannot accommodate these dates we will arrange a mutually convenient date within 24 hours.

Aims of the course

This course covers automation and customising of Excel using macros and screen items (such as buttons and menus). Delegates learn how to write macros using VB code and assign macros to screen items  

Course Objectives

  • On completion of the course delegates will have gained confidence in using Excel VBA. They will be able to:
    • Use the Macro Recorder to record macros
    • Use VBA to create and edit macros
    • Use objects and dialog boxes
    • Work with VBA controls
    • Use variables, arrays and functions
    • Work with Active Data Objects
    • Create add-insThe course is of two days’ duration. However, a one day course outline can be provided on request.  

How the course is run

This instructor-led course has a hands-on approach, with plenty of opportunity for delegates to practise the new skills they learn at the computer.

Pre-requisites

Familiarity with the Windows environment, and a good knowledge of Excel. Prior attendance of the Advanced Excel course would be an advantage.

  • Introduction and the Macro Recorder
    • Recording a macro using the Macro Recorder
    • Recording a macro using absolute cell references
    • The Personal Macro Workbook
    • Assigning shortcut keys
    • Deleting macros
    • Recording macros using relative cell references
  • Using VBA to Create and Edit Macros
    • The concepts of storing macros
    • Using the VB Editor
    • Using Visual Basic Help
    • Closing the Visual Basic Editor
    • Understanding Macro Security
  • Working with Procedures and Functions
    • Understanding modules
    • Creating a standard module
    • Copying and pasting procedures
    • Creating a sub procedure
    • Calling procedures
    • Linking procedures
    • Creating a function procedure
    • Naming procedures
    • Working with the Code Editor
  • Objects and Dialog Boxes
    • Introduction to objects
    • Navigating the Excel object hierarchy
    • Understanding collections
    • Introduction to the object browser
    • Searching the object browser
    • Working with properties
    • Using the With statement
    • Working with methods
    • Creating an event procedure
  • Using Expressions, Variables and Intrinsic Functions
    • Understanding expressions and statements
    • Declaring variables
    • Understanding data types
    • Working with variable scope
    • Using intrinsic functions
    • Understanding constants
    • Understanding intrinsic constants
    • Using message boxes
    • Using input boxes
    • Declaring object variables
    • Using object variables
  • Controlling Program Execution
    • Understanding control-of-flow structures
    • Boolean expressions
    • If, Else and Select Case
    • Do Loops
    • The For…To…Next structure
    • The For Each… Next structure
    • Using control-of-flow structures
  • VBA Forms and Controls
    • Creating userforms
    • Using the Toolbox
    • Working with userform properties, events and methods
    • Setting control properties in the Properties window
    • The label control
    • The text box control
    • The command button control
    • The combo box control
    • The frame control
    • Option button controls
    • Appearance of controls
    • Setting tab order
    • Populating a control
    • Adding code to controls
    • Launching a form in code
  • Working with the PivotTable Object
    • Using worksheet data to create a pivottable
    • Working with pivottable objects
    • Working with the pivotfield collection
    • Assigning a macro to a toolbar/Quick Access toolbar
  • Code debugging
    • Looking at errors
    • Using the debugging tools
    • Setting breakpoints
    • Stepping through code
    • Using Break mode
    • Working out the value of expressions
  • Error Handling
    • The VBA error tracking options
    • Using the On Error statement to trap errors
    • The Error object
    • Writing a routine to handle errors
    • Inline error items