Microsoft Excel VBA Training and Macros Course Singapore

Learn Excel VBA fast in our hands-on, instructor-led training course. Running remotely via live online training.

Spreadsheet automation is an essential skill for users who want to take their day to day use of Excel to the next level. We will teach you how to record macros, write procedures, work with functions, objects and more. Learn how to code in visual basics for Excel. You will create a variety of macros learning how to best automate repetitive tasks, create customized forms and program solutions in Excel. Courses running live online in South East Asia. View our full VBA course outline below.

Microsoft Excel VBA Training and Macros Course Singapore

Learn to build solutions to automate tasks. Record macros, write procedures, work with functions and more. Live online across Singapore.

SG$785
10 max
2 days

Singapore

Upcoming Courses:
Singapore
Date
Course
City
Status
Thu - Fri
1 Aug - 2 Aug 24
Thu-Fri
1-2
Aug
Excel Macros/VBA 2 Day
Singapore
Status: Confirmed
Confirmed
Tue - Wed
8 Oct - 9 Oct 24
Tue-Wed
8-9
Oct
Excel Macros/VBA 2 Day
Singapore
Status: Scheduled
Scheduled
Scheduled
Taking enrollments.
Confirmed
Taking enrollments.
Few Seats left
Book Now.
Sold Out
Try another date.

Excel VBA and Macros Singapore Course Details

Price
SG$785
Duration
2 days
Times
9am - 4pm ( approx )
Class Size (max)
10
Class Size (avg)
5
Reference Materials
Provided
CPD Hours
12 hours
Delivery
Instructor-led training
Live Online
Address
N/A
microsoft_gold
deloite_logo

Excel Specialist Course Outlines

Other Courses
Microsoft Power BI Training Courses
Microsoft Excel Training Courses
Microsoft Office 365 Training Courses
Microsoft Project Training Courses
R Programming Training Courses
Python Training Courses
SQL Training Courses
Power Apps Training Courses
SharePoint Training Courses
Power Automate Training Courses
Microsoft Teams Training Courses
Microsoft Visio Training Courses
Microsoft PowerPoint Training Courses
Microsoft Word Training Courses
Cloud Computing
Microsoft PowerPoint Training Courses (1)
ChatGPT Training Courses
Microsoft Outlook
Other Courses
Course Rating
Excel Specialist Training Courses

4.72 5 Excel Specialist Training Courses
4.72 out of 5
67749 Student Reviews

Skills Test

Try our short skills test and find out which course is right for you.

Nexacu Skills Test

 skills test

 

Contact Us


What do I need to know to attend?

This course requires intermediate-level proficiency in Excel and having an appreciation of how to record & playback macros in Excel and view recorded code in the VBA editor. We will be writing code organically as well as modifying recorded procedures in the one-day course.

Excel VBA and Macros Singapore Learning Outcomes

  • understand the Excel object model and VBA concepts
  • work effectively with the main features of the VBA Editor window
  • create procedures in VBA
  • create and use variables
  • create and work with user-defined functions in VBA

 

  • write code to manipulate Excel objects
  • use a range of common programming techniques
  • create a custom form complete with an assortment of controls
  • create code to drive a user form
  • create procedures that start automatically
  • write a variety of error handling routines

Excel VBA and Macros Singapore Course Content

  • Recorded Macros
  • Understanding Excel Macros
  • Setting Macro Security
  • Saving a Document As Macro Enabled
  • Recording a Simple Macro
  • Running a Recorded Macro
  • Relative Cell References
  • Running a Macro with Relative References
  • Viewing a Macro
  • Editing a Macro
  • Assigning a Macro to the Toolbar
  • Running a Macro From the Toolbar
  • Assigning a Keyboard Shortcut to a Macro
  • Deleting a Macro
  • Copying a Macro
  • Tips for Developing Macros

 

  • Recorder Workshop
  • Preparing Data for an Application
  • Recording a Summation Macro
  • Recording Consolidations
  • Recording Divisional Macros
  • Testing Macros
  • Creating Objects to Run Macros
  • Assigning a Macro to an Object

 

  • Understanding Excel VBA
  • VBA Terminology
  • About Objects
  • Accessing the Excel Object Model
  • Using the Immediate Window
  • Working with Object Collections
  • Setting Property Values
  • Working with Worksheets
  • Using the Object Browser
  • Programming with the Object Browser
  • Using the VBA Editor

 

  • Starting With Excel VBA
  • Using the Project Explorer
  • Working With the Properties Window
  • Using the Work Area
  • Viewing Other Panes
  • Working With Toolbars
  • Working With a Code Module
  • Running Code From the Editor
  • Setting Breakpoints in Code
  • Stepping Through Code

 

  • Procedures
  • About Procedures
  • Creating a Command Procedure
  • Making Sense of IntelliSense
  • Using the Edit Toolbar
  • Commenting Statements
  • Indenting Code
  • Bookmarking in Procedures

 

  • Using Variables
  • Understanding Variables
  • Creating And Using Variables
  • Implicit And Explicit Declarations
  • The Scope of Variables
  • Procedure Level Scoping
  • Module Level Scoping
  • Passing Variables By Reference
  • Passing Variables By Value
  • Data Types
  • Declaring Data Types
  • Using Arrays

 

  • Functions in VBA
  • Understanding Functions
  • Creating User-Defined Functions
  • Using a User-Defined Function in a Worksheet
  • Setting Function Data Types
  • Using Multiple Arguments
  • Modifying a User-Defined Function
  • Creating a Function Library
  • Referencing a Function Library
  • Importing a VBA Module
  • Using a Function in VBA Code
  • Code Glossary

 

  • The VBA editor
  • Opening And Closing the Editor
  • Working with the Project Explorer
  • Working with the Properties
  • Window
  • Working with the Work Area
  • Working with a Code Module
  • Setting Breakpoints in the Editor
  • Stepping through a Procedure

 

  • User defined functions
  • About Functions
  • Creating Simple User-Defined Functions
  • Using User-Defined Functions
  • Using Multiple Arguments
  • Creating a Function Library
  • Modifying a Function

 

  • Using Excel Objects
  • The Application Object
  • The Workbook Objects
  • Program Testing With the Editor
  • Using Workbook Objects
  • The Worksheets Object
  • Using the Worksheets Object
  • The Range Object
  • Using Range Objects
  • Using Objects in a Procedure
  • Code Glossary

 

  • Programming Techniques
  • The MsgBox Function
  • Using MsgBox
  • InputBox Techniques
  • Using the InputBox Function
  • Using the InputBox Method
  • The IF Statement
  • Using IF for Single Conditions
  • Using IF for Multiple Conditions
  • The Select Case Statement
  • Using the Select Case Statement
  • For Loops
  • Looping With Specified Iterations
  • The Do Loop Statement
  • Looping With Unknown Iterations

 

  • Creating Custom Forms
  • Understanding VBA Forms
  • Creating a Custom Form
  • Adding Text Boxes to a Form
  • Changing Text Box Control Properties
  • Adding Label Controls to a Form
  • Adding a Combo Box Control
  • Adding Option Buttons
  • Adding Command Buttons
  • Running a Custom Form

 

  • Programming User Forms
  • Handling Form Events
  • Initialising a Form
  • Closing a Form
  • Transferring Data From a Form
  • Running Form Procedures
  • Creating Error Checking Procedures
  • Running a Form From a Procedure
  • Running a Form From the Toolbar
  • Automatic Startup
  • Programming Automatic Procedures
  • Running Automatic Procedures
  • Automatically Starting a Workbook
  • Error Handling
  • Error Types
  • The on Error Statement
  • Creating a Simple Error Handler
  • Using the Resume Statement
  • Using Decision Structures in Error
  • Handlers
  • Using the Err Object
  • Error Handling in Event Procedures
  • Defining Custom Errors

Contact Us

Why Nexacu? 

Valued by Individuals

4.72 / 5
Over 67749 Reviews

Trusted by Business

Awards and Accreditations

Follow us