Excel VBA Macro Software Design

WSQ Excel VBA SkillsFuture Course at Intellisoft Singapore
Intellisoft offers WSQ funded, UTAP supported SkillsFuture Credits Eligible Courses in Singapore

Avail 70% WSQ, UTAP , SFEC, SkillsFuture*

Excel VBA Macros programming language allows users to do amazing stuff with Excel. They enjoy working at higher speeds and get tedious Microsoft Excel tasks done in mere seconds, completing intricate calculations accurately.

VBA is a flexible language, and its English-like syntax makes learning easy.  VBA code saves time and increases accuracy by automating the routine and keeping things running at high accuracy and efficiency.

VBA is also one of the easiest ways to automate processes. It doesn’t require installing anything on the client’s computer with Excel. By writing the VBA code, employees increase their productivity and make themselves more valuable to current and future employers.

For tasks like data consolidation, data analysis,  forecasting, or reporting, users can effectively automate a large portion of their work in areas such as Finance, Banking, Healthcare, Customer Service, and Management Reporting.

Learning Forms and Controls helps users to build User Interactive Windows or Forms, including getting the data from various sources and interacting with other applications.

In addition, VBA can automate most tasks, including report generation, creating a spreadsheet, calculating a large amount of data, and performing data analysis.

Our Excel VBA (Visual Basic for Applications) training course aims to teach individuals how to use VBA programming language to automate tasks and develop custom solutions within Microsoft Office applications, such as Excel.

The course typically covers VBA syntax and structure, data types and variables, programming constructs such as loops and conditional statements, functions and subroutines, working with arrays and collections, and interacting within the Excel application.

With this Excel VBA knowledge, you will be able to:

  • Combine & consolidate multiple Excel files into a single file,
  • Clean data faster, Create Pivot Tables with VBA,
  • Create Forms,
  • Append data from External files, and
  • Learn to use Range, Objects, Properties & Methods in VBA to automate routine tasks.

The goal of the course is to provide individuals with the skills and knowledge they need to create powerful macros, automate repetitive tasks, and develop custom solutions that can help them work more efficiently and effectively with Microsoft Office applications.

Additionally, the training will include best practices for debugging, testing, and maintaining VBA code and tips for optimizing performance and writing efficient code.

Go To Top

The target audience for an Excel VBA macro programming class includes individuals who want to automate tasks, streamline workflows, and create custom solutions using Excel. This can include:

  1. Business professionals: Individuals who work with Excel regularly, such as financial analysts, project managers, or administrative assistants, can benefit from learning VBA to automate repetitive tasks and create customized reports.
  2. Programmers and developers: Individuals who have experience with programming languages such as Java or Python can use VBA to extend the functionality of Excel and create custom add-ins that interact with other applications.
  3. Students: Students who are studying business, finance, or data analysis can benefit from learning VBA as it is a valuable skill in many industries and can help them stand out in the job market.
  4. Excel power users: Individuals who already have advanced knowledge of Excel and want to take their skills to the next level can benefit from learning VBA to create more complex solutions and automate advanced tasks.

Overall, anyone who uses Excel frequently and wants to increase their productivity, efficiency, and accuracy can benefit from learning VBA macro programming.

Go To Top

Lesson 1: Software Design With Macros

TOPIC A: Getting to Know Excel Macros

  • Visual Basic for Applications
  • Macros
  • Object-Oriented Programming
  • Macro Options
  • Activity: Getting to Know Macros

TOPIC B: Creating a Macro in Microsoft Excel

  • The Macro Recorder
  • Personal Macro Workbooks
  • How to Create a Macro Using the Macro Recorder
  • Activity: Creating a Macro Using the Macro Recorder

TOPIC C: Editing an Excel Macro

  • The Visual Basic Editor
  • Projects
  • Modules
  • The Modules Folder
  • Objects
  • Properties
  • Methods
  • VBA Comments
  • How to Edit a Macro
  • Activity: Editing a Macro

TOPIC D: Debugging a Macro in Excel

  • The Debugging Process
  • Debugging Tools
  • How to Debug a Macro
  • Activity: Debugging a Macro

TOPIC E: Customizing the Quick Access Toolbar and Hotkeys

  • Add a Button to the Quick Access Toolbar to Run a Macro
  • Assign a Keyboard Shortcut to a Macro
  • Activity: Customizing the Quick Access Toolbar and Hotkeys

TOPIC F: Setting Macro Security in Excel

  • Digital Certificates
  • Digital Signatures
  • Macro Security Settings
  • Activity: Setting Macro Security
Summary

Review Questions

 

Lesson 2: Formatting Worksheets Using Macros

TOPIC A: Inserting Text With Excel Macros

  • The Selection Property
  • The ActiveSheet Property
  • The Name Property
  • The Value Property
  • Concatenation
  • How to Insert Text
  • Activity: Inserting Text

TOPIC B: Formatting Text with Macros in Excel

  • How to Format Text
  • Activity: Formatting Text

TOPIC C: Sorting Data within Excel

  • The Range Object
  • The Select Method
  • The CurrentRegion Property
  • How to Sort Data
  • Activity: Sorting Data

TOPIC D: How To Duplicate Data With Excel Macros

  • Data Types
  • Variables
  • Variable Naming Rules
  • Operators
  • The Assignment Operator
  • Arithmetic Operators
  • Comparison Operators
  • Logical Operators
  • The For Next Loop
  • Do Loops
  • The Worksheets Object
  • The Count Property
  • The Offset Property
  • The Copy Method
  • The Paste Method
  • How to Duplicate Data
  • Activity: Duplicating Data

TOPIC E: Generate a Report in Excel Using Macros

  • The Columns Property
  • The AutoFit Method
  • The Address Property
  • The Call Statement
  • The Font Property
  • The End Property
  • How to Generate a Report
  • Activity: Generating a Report
Summary

Review Questions

 

Lesson 3: Creating an Interactive Worksheet with Excel Macros

TOPIC A: Determining the Dialog Box Type

  • Message Boxes
  • Input Boxes
  • Activity: Determining the Dialog Box Type

TOPIC B: Capturing User Input With Macros

  • The InputBox Function
  • Constants
  • The MsgBox Function
  • The Code Continuation Character
  • The vbCrLf Constant
  • Decision Structures
  • The Select Case Statement
  • The If Then Structure
  • The Else Clause
  • How to Capture User Input
  • Activity: Capturing User Input
Summary

Review Questions

 

Lesson 4: Working with Multiple Worksheets

TOPIC A: Insert, Copy, and Delete Worksheets With Excel Macros Methods

  • The Add Method
  • The Copy Method
  • The Delete Method
  • How to Insert, Copy, and Delete Worksheets
  • Activity: Inserting and Deleting Worksheets

TOPIC B: Renaming Worksheets Within Excel

  • Expressions
  • The DateSerial Function
  • The Format Function
  • How to Rename Worksheets
  • Activity: Renaming Worksheets

TOPIC C: Modify the Order of Worksheets Easily With Excel Macros

  • The Move Method
  • How to Modify the Order of Worksheets
  • Activity: Moving Worksheets within a Workbook
  • TOPIC D: Print Worksheets
  • The PrintPreview Method
  • The PrintOut Method
  • How to Print Worksheets
  • Activity: Printing a Workbook
Summary

Review Questions

 

Lesson 5: Performing Calculations With Excel Macro Code

TOPIC A: Create User-Defined Functions inside Excel

  • User-Defined Functions
  • Types of Functions
  • Arguments
  • How to Create User-Defined Functions
  • Activity: Creating and Applying a User-Defined Function

TOPIC B: Automate SUM Functions

  • Declared Range Objects
  • The Set Statement
  • Range Object Cell Addressing
  • The Rows Property
  • The Formula Property
  • The Columns Property
  • Address Property Cell Reference Settings
  • How to Automate SUM Functions
  • Activity: Automating SUM Functions
Summary
Review Questions

Go To Top

The prerequisites for joining our VBA macro programming workshop are:

  1. Basic knowledge of Excel: Participants should have a good understanding of Excel’s features, such as creating and formatting worksheets, entering data, and using basic formulas and functions.
  2. Access to Excel: Participants should have access to a version of Excel that supports VBA programming, such as Excel 2013 or later.
  3. Willingness to learn: Participants should be motivated and willing to learn new skills and concepts related to VBA programming.

Go To Top

Post-Course Support

  • We provide free consultation related to the subject matter after the course.
  • Please email your queries to training@intellisoft.com.sg and we will forward your queries to the subject matter experts.

Venue:

All courses are conducted at:

190 Middle Road, 10-08 Fortune Centre, Singapore 188979.  5 mins walk from Bencoolen MRT station. Bugis, Rochor, Bras Basah MRT are nearby, within walking distance.

The venue is disabled-friendly.

SkillsFuture Ready

Singaporeans can use $500 SkillsFuture Credits for this training to offset the course fees.

Contact us for advise on how to go about claiming your SkillsFuture.

Get Started Today!

Learn By Doing

You learn best when you Do It Yourself.

We teach you, step by step, how you can learn new skills, build your knowledge and enhance your career prospects quickly & easily, with Practical Tips & Tricks!

Do You Have Any Questions or Need a Quotation?

Simple. Just tell us what you need. We’ll be glad to help you!

Some of the companies that experienced our trainings

"What I love about this training is that the trainers make sure we learn the steps and are able to do it on our own. This is a real advantage and I will definitely come back for more practical training"
Michele Martin
HR Manager
“The training was everything I hoped for, and more. Intellisoft Systems really makes a difference, I would have never discovered the hidden features of the sotftware on my own. Thanks a lot Intellisoft !"
Joy Tan
Project Engineer

How To Register

How To Register For Excel VBA Software Design Course in Singapore

Register for the 3 Days Excel VBA Macro  Course today by simply clicking on the chosen course date available at the top of this page.

Need Help?
Call us at +65-6250-3575, SMS / WhatsApp: 9066-9991

Send an email to training@intellisoft.com.sg

We have regular public classes For Excel VBA Programming training each month, and Corporate Training can be arranged at your office too!

Infographic of Financial Reports

Note: This class uses a convenient and hands-on approach to gain Excel VBA  Mastery. It requires you to take part in VBA programming exercises during the class. You can bring your own laptop or request to use our computer during the class beforehand.

WSQ Funded Excel VBA Training:

Join today, and begin to Master Excel VBA coding with our step-by-step instructions and helpful, patient Microsoft Certified Trainers to guide you.

What are you waiting for? Get Started Right away…

Accelerate Your Career With the Most Effective & Practical Training.

Training Course Fees

The full course fees for this training is S$960, before any Government funding.
For Singaporean/PR above 21 years, Training Grants are available.
For Foreigners, no government grants are available.

Grant Information

WSQ funding from SkillsFuture Singapore (SSG) is available to Singaporeans/PRs above 21.
(Both Individuals & Company Sponsored ).

Individual Singaporeans, 25 years & above can also use their SkillsFuture Credits for this training at Intellisoft.

Companies sending Locals & Foreign staff for training can avail SFEC Funding
Use it to improve the skills of your entire department!

NTUC Members can utilize UTAP Funds to offset 50% of the remaining fees*.

Contact us for more information on How to apply for this SkillsFuture Grant.
Call +65-6250-3575 for Details or WhatsApp Now at +65-9066-9991

70% Grant

$672 Funding by SSG
960
Pay $288
  • Singaporeans Above 40 Years
  • Individuals
  • SME Companies
  • Individuals Can Use SkillsFuture
  • UTAP Funding*

50% Grant

$480 Funding by SSG
960
Pay $480
  • Below 40 Years
  • Individuals
  • SG / PR / MNC Companies
  • SkillsFuture (Singaporeans only)
  • UTAP Funding*
WSQ Excel VBA SkillsFuture Course at Intellisoft Singapore
WSQ UTAP SkillsFuture Credits Ready Courses at Intellisoft Systems Singapore

Excel for HR Professionals

Excel for HR course in Singapore at Intellisoft with SkillsFuture Credits Eligibility
Microsoft Excel training at Intellisoft

Up to 70% WSQ Funding & SkillsFuture Credits Eligible Course on Excel Analytics for HR Professionals in Singapore

Course Duration for Microsoft Excel for HR Training: 2 days

Where: Intellisoft Training Room @FortuneCentre
Using: Microsoft Excel 365.   Call +65 6250-3575 for Details.

Unlock the power of data-driven decision-making with Excel for HR Professionals, a comprehensive 2-day hands-on workshop designed specifically for Human Resource executives, managers, and analysts.

In today’s fast-paced, metrics-driven workplace, HR teams must go beyond spreadsheets and truly analyze their workforce data to provide strategic insights. This workshop equips you with the tools, techniques, and confidence to clean, manage, analyze, and visualize HR data using Microsoft Excel.

You’ll learn how to calculate HR metrics, build interactive dashboards, use PivotTables for workforce analysis, and even perform hypothesis testing to validate HR strategies. From understanding employee turnover trends to visualizing recruitment funnels, this course will help you deliver clear, data-backed insights to management.

Led by a senior HR analytics expert, this course blends real-world HR scenarios with Excel’s practical capabilities, making it an essential upskilling program for modern HR professionals.

Learn Excel at Intellisoft Singapore
Learn Excel at Intellisoft Singapore

By the end of this 2-day workshop, participants will be able to:

  • Understand key HR metrics and their role in data-driven decision-making

  • Clean and prepare HR data for analysis using Excel

  • Apply essential Excel formulas like IF, XLOOKUP, COUNTIF, and SUMIFS

  • Perform basic descriptive statistics to summarize HR data

  • Use PivotTables with grouping, binning, and slicers for HR reporting

  • Create charts and dashboards to visualize workforce trends

  • Build interactive HR dashboards with KPIs and slicers
  • Apply data validation and protection for secure HR reporting

  • Translate HR data into actionable insights for management

In just 2 days, HR Professionals will learn the tips that save hours to resolve the difficulties they face on a daily basis in doing employee compensations, salary, leave, benefits etc.

In this practical training, participants will learn formatting techniques to convert data from different sources,  and how to make the best use of most important formulas for HR.

What will you get:

  • Quality training is delivered by Microsoft Certified Trainers from the industry.
  • Participants get the easy to read and understand manual specially designed for this course to take back for practice and future reference.
  • All formulas and functions from these files could be directly used at workplace.
  • Ability to ask questions on the spot and maximize your learning.

You can register online for the Advanced Excel for HR Training.

If you want to join our other Excel course in Singapore & improve your skills, we have multiple courses – Basic Excel for Analytics, Advanced Excel Courses in Singapore & VBA Macro Programming Courses.

Go To Top

This course is targeted towards HR Executives, HR Analysts, Talent Acquisition Specialists, and HR Business Partners who want to enhance their Excel skills for real-world HR use. If you have some HR background, or work in any function in HR, this practical and hands-on course on HR Analytics with Advanced Excel skills will be of great use to you and your organization.

After completion of the Advanced Excel for HR Analytics Training, you will be able to do the following easily:

  1. Calculate the tax deductible  amount based on the different salary range.
  2. Display first name, last name with prefix in one single column from three different columns.
  3. Find years of service of employees.
  4. Find the total salary expenses in different regions, different departments.
  5. Total  number of employees in the company  in different departments.
  6. Find the total salary given to employees of a particular department or designation in a particular month.
  7. Find number of employees joined on particular date/month in any department in any country.
  8. Calculate the bonus based on overall performance of an employee.
  9. Find the number of leaves taken by any employee, find the designation of an employee from his salary.
  10. Count number of directors or any designation in a company.
  11. Display the records according to department, by hire date, by salary etc.
  12. Calculate the total overtime hours for employees for any month.
  13. View summarized salary for all the different countries in different departments.
  14. Set the status, department of an employee through data validation.
  15. Validate the hire date upon data entry.
  16. Calculate salary based on overtime hours.
  17. Calculate the net pay of an employee from his/her daily pay and leaves taken.
  18. Consolidate overtime hours and rate for two employees
  19. Compare employee’s involvement in department from the working hours using charts.
  20. Find total number of employees working in specific department from specific dates, and much more in this 2 day HR focused Microsoft Excel 365 workshop.

Register today!

Go To Top

Excel Training @Intellisoft
Excel Training @Intellisoft

Excel for HR Professionals: 2Day Practical Workshop – Course Outline

Empower HR decisions with Data-Driven Insights Using Microsoft Excel

Excel for HR course in Singapore at Intellisoft with SkillsFuture Credits Eligibility

Day 1: Foundations of Excel for HR Analytics

Module 1: Introduction to HR Analytics with Excel

  • The role of HR analytics in modern workforce planning and decision-making.
  • Overview of key HR metrics: turnover, absenteeism, training ROI, cost per hire, etc.
  • How Excel supports people analytics in daily HR operations.

Module 2: Excel Basics Refresher for HR Teams

  • Navigating Excel’s interface and layout.
  • Best practices for entering, editing, and formatting HR data.
  • Time-saving shortcuts and tricks tailored for HR scenarios.

Module 3: Managing & Cleaning HR Data

  • Data formatting essentials: text, numbers, dates, currencies.
  • Cleaning messy HR data using Text Functions in Excel like TRIM, PROPER, UPPER/LOWER, and SUBSTITUTE.
  • Removing duplicates, fixing blank records, and using Flash Fill for smart entries.

Module 4: Sorting, Filtering & Conditional Formatting in HR

  • Sorting multi-column HR data (e.g. tenure within departments).
  • Advanced filters: finding employees with specific certifications or expiring contracts.
  • Highlighting absenteeism, birthdays, or contract expiry using conditional formatting.

Module 5: Key Statistics and Descriptive Analytics for HR

  • Understanding key statistical indicators: average, median, mode, min, max, standard deviation.
  • Using built-in functions for Analysis using Average, Median, Mode, Standard Deviation: AVERAGE(), MEDIAN(), MODE.SNGL(), STDEV.P().
  • Applying statistics to HR use cases: average age, training hours, salaries.

Module 6: Useful Formulas for HR Analysis

  • Using IF, COUNTIF, SUMIF, AVERAGEIF for common HR calculations.
  • XLOOKUP vs VLOOKUP: when and how to use each to fetch employee details.
  • Introduction to trend analysis & forecasting in HR Data

Day 2: Advanced HR Analytics, Reporting & Dashboards

Module 7: Pivot Tables for HR Reporting & Analysis

  • Creating PivotTables to analyze headcount, turnover, attendance.
  • Grouping and binning by age, years of service, and salary ranges.
  • Calculating % of total, count of hires by department, and more.
  • Adding slicers for filtering by department, gender, or employment type.
  • Hypothesis Testing in HR data

Module 8: HR Data Visualization with Excel Charts

  • Choosing the right chart type for HR reports.
  • Creating trend charts for attrition, headcount growth, or training hours.
  • Combining multiple data series (e.g. budget vs actual training spend).

Module 9: Building HR Dashboards in Excel

  • Elements of a good HR dashboard: KPIs, interactivity, simplicity.
  • Creating interactive dashboards using slicers, PivotTables, and PivotCharts.
  • Designing dashboards for recruitment, employee engagement, or manpower planning.
  • Incorporating Excel form controls (drop-downs, checkboxes) to enhance dashboards.

Module 10: Working with Protected & Shared HR Data

  • Locking specific cells, sheets, or workbooks to protect sensitive data.
  • Using data validation for dropdowns in HR forms (e.g. job roles, departments).

Module 11: Real-World Case Studies & Practice

  • Case 1: Employee turnover analysis and exit trend identification.
  • Case 2: Performance appraisal summary using VLOOKUP & PivotTables.
  • Case 3: Recruitment dashboard using slicers to filter by job level or location.

Target Audience

HR Executives, HR Analysts, Talent Acquisition Specialists, and HR Business Partners who want to enhance their Excel skills for real-world HR use.

Learning Outcomes

By the end of the course, participants will be able to:

  • Organize, clean, and analyze HR data using Excel formulas and tools.
  • Create PivotTables with binning and slicers to gain deeper insights.
  • Apply descriptive statistics to identify patterns in workforce data.
  • Build dashboards to communicate HR metrics and support strategic decisions.

Full of  Practical, Hands on Exercises based on HR work. A Laptop for doing the exercises is provided in the class room for all participants. What are you waiting for? Register for Excel for HR Executives.

Go To Top

This course is designed for: New and Experienced HR professionals from:

  •     Admin Professionals
  •     Compensation and Benefits Professionals
  •     HR Reward and Payroll Professionals
  •     HR Managers
  •     Anyone who perform HR functions in their organizations on daily basis

This course is extremely practical with multitude of hands on exercises that HR Executives will learn to apply in routine HR work and present meaningful information to the management. You can attend the HR workshop on Excel at Intellisoft Systems.

You must know the basics of using computer, and using elementary usage of Microsoft Excel.

Go To Top

Post-Course Support

  • We provide free consultation related to the subject matter after the course.
  • Please email your queries to training@intellisoft.com.sg and we will forward your queries to the subject matter experts.
Microsoft Training at Intellisoft

Learn Practical Skills

Companies sponsoring their staff for this Excel training will benefit from increased employee productivity.

Your team will learn the most useful formulas, shortcuts, tips & tricks to become good at using Excel at a Expert level.

Excel Dashboard Training Participants

2 Days Workshop

Enhance your team's efficiency and effectiveness with key Excel Skills

Contact us for advise on how to go about how to get started in learning Key Excel Skills for HR.

Get Started Today!

Learn By Doing

You learn best when you Do It Yourself.

We teach you, step by step, how you can learn new skills, build your knowledge and enhance your career prospects quickly & easily, with Practical Tips & Tricks!

Do You Have Any Questions or Need a Quotation?

Simple. Just tell us what you need. We’ll be glad to help you!

Some of the companies that experienced our trainings

How To Register

Register for the 2 Days of Excel for HR training today by simply clicking on the chosen course date available at the top of this page. Need Help?

  1. Call us at +65 6250-3575, SMS / WhatsApp: +65 9066 – 9991
  2. Send an email  to  training@intellisoft.com.sg  OR
  3. Submit an online enquiry if you have  any questions regarding Excel for HR training.

We also offer Corporate Trainings for Advanced Excel 365 version. If you have a group of people, we can arrange to conduct the Advanced  Excel for HR   training at your office location too. Just contact us for details.

Master Excel
&
Enhance Your Productivity

Training Course Fees

The full course fees for this training is S$1,000, before any Government funding.
For Singaporean/PR above 21 years, Training Grants are available.
For Foreigners, no government grants are available.

Grant Information

WSQ funding from SkillsFuture Singapore (SSG) is available to Singaporeans/PRs above 21.
(Both Individuals & Company Sponsored ).

Individual Singaporeans, 25 years & above can also use their SkillsFuture Credits for this training at Intellisoft.

Companies sending Locals & Foreign staff for training can avail SFEC Funding
Use it to improve the skills of your entire department!

NTUC Members can utilize UTAP Funds to offset 50% of the remaining fees*.

Contact us for more information on How to apply for this SkillsFuture Grant.
Call +65-6250-3575 for Details or WhatsApp Now at +65-9066-9991

70% Grant

$700 Funding by SSG
1000
Pay $300
  • Singaporeans Above 40 Years
  • Individuals
  • SME Companies
  • Individuals Can Use SkillsFuture
  • UTAP Funding*

50% Grant

$500 Funding by SSG
1000
Pay $500
  • Below 40 Years
  • Individuals
  • SG / PR / MNC Companies
  • SkillsFuture (Singaporeans only)
  • UTAP Funding*

Microsoft Project Training (WSQ)

Microsoft Project Course in Singapore With WSQ Grants from SSG
Microsoft Project training at Intellisoft

Microsoft Project Professional  (upto 70% WSQ Funding) is available to Singapore Companies (For company sponsored candidates). Call +65 6250-3575 for Details.

SkillsFuture credits ready for Singaporeans Learn how to Begin, Plan, Execute, Monitor &  Control,  and Close a project – all using the latest Microsoft Project software in our hands – on classroom training.

UTAP: In addition, NTUC members can utilize UTAP to offset 50% of remaining fees (capped at $250 per year).

Learn to plan various tasks involved,  resources required to accomplish the tasks,  and the overall cost in order to plan a project properly. Course Length: 2 days.

Recommended Reading: Microsoft Project Training Crucial to Project Success Many project managers think Microsoft Project software (Microsoft Project 2016, MS Project 2013 ) to be just useful for creating a list of things to do… like a laundry list.

Some think that MS Project is more of a scheduling software, and it is useful only upto coming up with a Gantt Chart or a Network Diagram for their project.  Nothing could be further from the truth!

Microsoft Project 2016 is a sophisticated piece of software, which is capable of doing much more than mere scheduling. 

To read more, please visit Microsoft Project Training Crucial to Project Success

Microsoft® Office Project Professional 2016 has an extensive range of easy to use shortcuts, tips and tricks, that will enable you to use it as a tool that assists in managing your projects effectively and efficiently.

In this Microsoft Project 2016 training course, you will create and modify a project plan, and begin to manage variances in a project, bringing the project to a success!

PLUS, you will learn completely NEW FEATURES introduced in Microsoft Project 2016! You will create and manage a project schedule using Microsoft® Project 2016.

Upon successful completion of this course, students will be able to:

Identify the basic features and components of the Microsoft Project environment.

• Create a new project plan file and enter project information.

• Manage tasks by organizing tasks and setting task relationships.

• Manage resources for a project.

• Finalize a project plan.

• Exchange project plan data with other applications.

• Update a project plan.

• Manage project costs.

Report project data visually.

• Reuse project plan information.

Go To Top

This course is designed for project managers, team leads, who have a basic understanding of project management concepts, who is responsible for creating and modifying project plans, and who needs a tool to manage those project plans.

Format: Instructor led, highly interactive classroom setting with many practical exercises to do and learn from in this session.

Each student will be provided with a Laptop to use in the training room, to do the exercises. You can bring in your laptop notebook for your use in the class. It must be pre-installed with Microsoft Project 2016 software for your use.

Go To Top

Day 1 of Microsoft Project 2016

Lesson 1: Starting a Project

  • Project Management 101
  • Navigate and Customize the Project 2013 Interface
  • Add Tasks to a Project
  • Add Resources to a Project
  • Save a Project

Lesson 2: Working with Project Calendars

  • Manage Project Time Frames
  • Change Working Time

Lesson 3: Working with Project Tasks

  • Manage Project Tasks
  • Add Summary Tasks and Milestones

Lesson 4: Working with Project Resources

  • Manage Project Resources
  • Allocate and Level Work Resources

Lesson 5: Delivering a Project Plan

  • Print Project Views
  • Share Projects
  • Export Projects
Day 2 of Microsoft Project 2016

Lesson 6: Managing the Project Environment

  • Link Projects
  • Baseline a Project
  • Work with Custom Fields

Lesson 7: Managing Task Structures

  • Change a Task List
  • Create a Network Diagram
  • Manage the Critical Path
  • Use Lag and Lead

Lesson 8: Generating Project Views

  • Use View Command
  • Use Existing Views
  • Create Custom Views
  • Format and Share the Timeline View

Lesson 9: Producing Project Reports

  • Use Existing Reports
  • Create Custom Reports
  • Export Visual Reports

Go To Top

Students enrolling in this class should have the following:

  • A general introductory-level understanding of project management concepts.
  • Basic end-user skills with any current Windows operating system.

Go To Top

Post-Course Support

  • We provide free consultation related to the subject matter after the course.
  • Please email your queries to training@intellisoft.com.sg and we will forward your queries to the subject matter experts.
Microsoft Training at Intellisoft

Claim SDF Grant

Companies sponsoring their staff for training can Claim SDF Funding, subject to SSG Eligibility Criteria.

Applicable for Company Sponsored Singaporeans & PRs.

SkillsFuture Ready

Singaporeans can use $500 SkillsFuture Credits for this training to offset the course fees.

Contact us for advise on how to go about claiming your SkillsFuture.

Get Started Today!

Learn By Doing

You learn best when you Do It Yourself.

We teach you, step by step, how you can learn new skills, build your knowledge and enhance your career prospects quickly & easily, with Practical Tips & Tricks!

Training Course Fees

The full course fees for this training is S$1,200, before any Government funding.
For Singaporean/PR above 21 years, Training Grants are available.
For Foreigners, no government grants are available.

Grant Information

WSQ funding from SkillsFuture Singapore (SSG) is available to Singaporeans/PRs above 21.
(Both Individuals & Company Sponsored ).

Individual Singaporeans, 25 years & above can also use their SkillsFuture Credits for this training at Intellisoft.

Companies sending Locals & Foreign staff for training can avail SFEC Funding
Use it to improve the skills of your entire department!

NTUC Members can utilize UTAP Funds to offset 50% of the remaining fees*.

Contact us for more information on How to apply for this SkillsFuture Grant.
Call +65-6252-5033 for Details or WhatsApp Now at +65-9066-9991

up to 70% Grant

$840 Funding by SSG
Pay $360
  • Singaporeans Above 40 Years
  • Individuals
  • SME Companies
  • Individuals Can Use SkillsFuture
  • UTAP Funding*

up to 50% Grant

$600 Funding by SSG
Pay $600
  • Below 40 Years
  • Individuals
  • SG / PR / MNC Companies
  • SkillsFuture (Singaporeans only)
  • UTAP Funding*

Do You Have Any Questions or Need a Quotation?

Simple. Just tell us what you need. We’ll be glad to help you!

Some of the companies that experienced our trainings

How To Register

Register for the 2 Days Microsoft Project 2016 Training today by simply clicking on the chosen course date available at the top of this page. Need Help?

  1. Call us at +65 6250-3575, SMS / WhatsApp: +65 9066 -9991
  2. Send an email  to  training@intellisoft.com.sg  OR
  3. Submit an online enquiry if you have  any questions regarding Microsoft Project 2016 training.

We have regular public classes and Customized Corporate Training can be arranged at your office too. If you have a group of people, we can arrange to conduct the Microsoft Project 2016 training at your office location too. Just contact us for details.

Master Microsoft Project &
Be a Better
Project Manager

Free Tips, Tutorials & Training Grants Info

Learn from expert tips, tricks and resources for Excel, PowerPoint, Photoshop, Python, Power BI, Project Management, IT, Soft Skills & more with our Email Newsletter.
Plus get the latest news on Grants. Join Today!

Found What You Were
Looking For?

Just Tell us...

We're Here To Help You!