Create Agentic AI Automations Without Coding

Create Agentic AI Automations Without Coding SkillsFuture Credits Eligible in Singapore.

Course Overview: Build Agentic AI Automations Without Writing Code

This practical, hands on Agentic AI automation development without any code is offered to companies and individuals. The course follows a very systematic, step by step approach to guide you on the path to begin building Agentic AI automations without writing code.

Section 1: Introduction to AI Agents and Workflows

Build AI Agents with No Code at Intellisoft Systems Singapore - SkillsFuture Eligible Course in Singapore
Build AI Agents with No Code at Intellisoft Systems Singapore – SkillsFuture Eligible Course in Singapore

In section 1, we establish the foundational knowledge by introducing you to AI agents and agentic AI workflows. This section covers the basics of AI agents, differentiating between agentic and generative AI, and explores reasoning frameworks and use cases.

You are also introduced to agentic AI platforms like n8n and Langflow, setting the stage for creating AI agents. This foundational knowledge is crucial for analyzing AI agents’ algorithms and identifying their strengths and limitations, addressing the initial performance gap.

Section 2: Developing AI Chatbots

Building on the foundational knowledge, Section 2 delves into the practical aspects of developing AI chatbots on no-code platforms. You are introduced to platforms such as Agentx, Promptly, and Flowise, and engage in creating AI chatbots and digital human avatars.

This section enhances your ability to correlate AI agents’ algorithm design with efficiency and assess improvements in AI applications.

 Implementing RAG Applications

Section 3 moves to a higher level of complexity where you will explore the development of Retrieval Augmented Generation (RAG) applications on no-code platforms. This section covers the overview of RAG, creation of agentic RAG applications, and introduces agentic search and deep research.

You will also engage with Microsoft Copilot Studio to create AI agents and RAG applications.

This section equips you with the skills to evaluate AI application effectiveness and assess feasibility for product and maintenance processes.

More information about Creating AI Agentic Automations Without Writing Code

In the fast-evolving world of AI, understanding how to design and deploy intelligent agents—without writing a single line of code—is becoming an essential skill. This course on Agentic AI provides a practical, step-by-step journey into the world of AI agents, empowering learners to conceptualize, build, and deploy AI workflows using non-coding platforms.

Designed for professionals and enthusiasts in product management, technology, and innovation roles, this course demystifies the concepts of agentic AI, chatbot development, and Retrieval Augmented Generation (RAG). Learners will explore no-code tools like n8n, Langflow, Agentx, Flowise, HeyGen, and Microsoft Copilot Studio, gaining hands-on experience to rapidly prototype and deploy AI applications.

By the end of the course, you’ll not only understand the difference between generative and agentic AI, but also be able to create functional AI agents that solve real-world problems—boosting efficiency, user engagement, and business innovation.

If you are new to generative AI, you can join our WSQ Funded course on Digital Transformation with AI Tools.

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

Register for the 2 Days Create Agentic AI Automation Without Coding Training in Singapore today.

Click on the chosen Create Agentic AI Automations Without Coding course dates available at the top of this page.

Need Help in Registering for Create Agentic AI Automations Without Coding Course?

Call us at +65 6250-3575, WhatsApp: +65 9066-9991 

If you have any questions about your target audience, pre-requisites for this course or want to arrange a corporate training for your company, do let us know. Email to training@intellisoft.com.sg

Create Agentic AI Automations Without Coding Corporate Training Program in Singapore (Physical Class or Virtual Classroom using Zoom or Microsoft Teams)

Request a Course Brochure here or enquire about any questions regarding Agentic AI training. We offer Corporate Training for your company too.

If you are looking to train your entire team, we can arrange to conduct the Agentic AI  training at your office location too. Just contact us for the quotation and suitable dates for the training.

Accelerate Your Career With the Most Effective & Practical Training.

Training Course Fees & Funding

Full course fee: S$1,000.00 (before GST & government funding) TGS: TGS-2025054773

Highest Funding
70% Grant

70% SSG Grant

Baseline + Enhanced Training Support

  • SG Citizens aged 40+ (Individual, SME or MNC)
  • SME-sponsored SG Citizens (21+)
  • SME-sponsored PRs (21+)
Course Fee S$1,000.00
SSG Funding (70%) − S$700.00
Nett Fee S$300.00
GST (9%) S$90.00
You Pay S$390.00
SSG Funded
50% Grant

50% SSG Grant

Baseline WSQ Funding

  • SG Citizens aged 21–39 (Individual or MNC)
  • MNC company-sponsored PRs (21+)
  • Individual PRs (21+)
Course Fee S$1,000.00
SSG Funding (50%) − S$500.00
Nett Fee S$500.00
GST (9%) S$90.00
You Pay S$590.00
Foreigners & other pass holders: Government grants are not applicable. Full course fee of S$1,000.00 + 9% GST = S$1,090.00 applies. Contact us for more details.

Need help with funding applications? We'll guide you through the process.

* Terms & conditions apply. Funding subject to eligibility and approval by respective agencies. GST applies on full course fee before subsidy. Fee information is accurate as of Mar 2026.

N8N Course Singapore at Intellisoft. SkillsFuture N8N LangFlow Singapore Course Intellisoft.

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!