Certificate in Excel Automation with Macro and VBA

Excel Macro 及 VBA 自動化證書課程

課程簡介

       使用 Excel Macro 能將重複大量而且繁瑣的工作步驟記錄下來, 再利用 Excel VBA 優化程式,便能將工作時間縮短99%兼且零出錯,是優化辦公室工作流程的利器。

課程目標

Excel Macro

認識 Excel Marco 錄製技巧

Excel VBA

認識 Excel VBA 程式語言

Excel Object Model

學習使用 VBA 的物件模型 、變數及資料結構

Decision & Looping

基本程式設計技巧 - 決策及迴路

Procedures and Functions

將程式化繁為簡 - 分拆程式成為不同的子程式

Event Handling

學習 VBA 的事件(Event) 回應處理手法

Data Forms

建立表格收集資料

External Environments

VBA 與其他程式互動

課程時間表和資料

導師簡介

Dannis Mok

who have rich experience in business web and apps system development and have over 15 years of teaching experience. He has great passion in learning and teaching new technologies. His teaching style is clear to point and can explain complex technologies in simple terms. He has delivered various workshops and classes for different corporate, government departments and local universities. He got a MBA, Msc in IT and Msc in Telecommunication.

相關專業認證
  • Microsoft MCSE, MCDBA, MCSD
  • Microsoft Office 2016 Specialist Master
  • Cisco CCNA,CCDA,CCNP,CCDP
  • Sun Microsystems – Certified Java Programmer
  • Oracle – Certified Database Professional
  • Linux - LPI Level 1 & 2
Technical Skills 相關教學經驗
  • 為積金局 IT 員工提供 Android 及 iPhone 視像培訓課程
  • 為香港教育局提供 Android 培訓課程與中學電腦科導師
  • 為香港教育大學 IT 員工提供跨平台流動程式開發課程
  • 為房屋署員工 IT 員工提供跨平台流動程式開發課程
  • 為香格里拉大酒店IT 員工提供跨平台流動程式開發課程
  • 為勞工處提供 HTML5 遊戲培訓課程及電子商店培訓課程
  • 為 VTC 職業訓練局提供各種各類 IT 培訓課程
  • 為醫管局員工 IT 員工提供跨平台流動程式開發課程
Office Software 相關教學經驗
  • Prince Hotel 香港太子酒店
  • Marco Polo Hong Kong Hotel 馬哥孛羅香港酒店
  • Kerry Warehouse 嘉里貨倉
  • Labor Department 勞工處
  • Baguio Green Group 碧瑤綠色集團
  • 香港耆康老人福利會
  • Education Bureau 教育局
  • Hong Kong Institute of Education 香港教育大學
  • Hong Kong Housing Authority 香港房屋委員會
  • Hong Kong ICAC 香港廉政公署
  • Hang Seng Bank 恒生銀行
  • Civil Aivation Department 民航處
  • Darty Asia
  • UA Finance 亞洲聯合財務有限公司
  • 基督教香港信義會
  • NCSI Hong Kong Ltd
  • 香港善道會
  • 恆生銀行
  • 聯合國兒童基金會
  • City University of Hong Kong 香港城市大學
  • 香港明愛
  • 救世軍
  • City Facilities Management Holdings Ltd
  • HACEO 香港飛機工程
  • JLL 仲量聯行
  • Hong Kong VTC 職業訓練局
  • Hong Kong IVE 香港專業教育學院
  • Adidas Hong Kong
  • Polyplastics
  • Apex Logistics
  • Defond 德豐
  • JAS Worldwide
  • VTech Hong Kong 偉易達香港
Office Software 相關教學經驗
  • YWCA 女青年會
  • 東華三院
  • iRobot Hong Kong
  • Bureau Veritas
  • Boardway 百老滙
  • StarLite Holdings (星光集團)
  • Puma Hong Kong
  • Marriott International 萬豪國際
  • WheeLock會德豐
  • 香港立信德豪會計師事務所 (BDO)
  • Kering Group
  • 中華電力有限公司
  • Wilko Worldwide Limited
  • 華懋集團
  • 機電工程署
  • 無國界醫生
  • Unilever Hong Kong 聯合利華
  • 獅王 (Lion Corporation)
  • 菱電商事株式会社
  • Merck & Co 默克藥廠
  • 九龍木球會
  • 香港航空發動機維修服務有限公司
  • 維他奶國際集團
  • Toyota 豐田汽車
  • adidas Hong Kong
  • 連續五年 (2017,2018,2019,2020,2021) 為VTC 職業訓練局的員工作培訓
  • 連續八年為勞工處YES的會員作”辦公室軟件”培訓
  • 浸會大學
  • 西門子 Siemens
  • Fujitsu Hong Kong
  • Luxasia
  • Miele
  • Pacific Coffee

課程內容

深入認識錄製 Marco 的技巧及細節

  • Understanding Macros and how to record the actions
  • Use of VBA Editor to read and edit the Macros
  • Make use of Relative and Absolute Addressing in Macros
  • Copy and Share the Marcros to others
  • Understanding Macros security setting
  • Run the marcos through various methods

VBA 程式設計基本觀念

  • VBA programming concepts
  • Use of basic variables to store number, text, date and boolean values
  • Use of array variables to store a group of values
  • How to make decision using "IF THEN ELSE" structure
  • How to repeat operations using "FOR LOOP" structure
  • Make use of other loops like "DO WHILE LOOP" and "DO UNTIL LOOP"

Excel物件模型及常用物件

  • Understanding Excel Object Model
  • Understanding how to use object methods
  • Understanding how to access object properties
  • Use of Application, WorkBooks, WorkSheets, Range and Cell objects
  • Use of InputBox and MsgBox to get and show information
  • Call Worksheets functions in VBA

利用 Procedure 建構程式及除錯技巧

  • Understanding Sub Procedures to structure the program
  • Write Function Procedures to create custom functions
  • Write Event Procedures to trigger actions when certain events happen
  • Learn how to use immediate window and watch window to debug codes
  • Learn how to run through the code step by step

建立資料表格收集資料

  • Build UserForm to allow user to input data through a form
  • Use the TextBox to collect text
  • Use the Option Button or Checkbox to select data
  • Use the ListBox and ComboBox to select data
  • Use the Button to run codes

各種 VBA 應用案例

  • Write sample codes to automate daily tasks
  • Write codes to check duplicate values
  • Write codes to calculate commissions based on a rate table
  • Write codes to various lookup jobs
  • Write codes to print formatted reports
  • Write codes to send email from Excel

Our Clients

企業培訓

由Microsoft MOS Master 導師任教。一天內可掌握各種辦公室應用軟件精髓,在大數據時代對你的工作有決定性的優勢。

mosmos

Read more

Demo Video -
Creating a Pivot Table for business data

More Questions?