Master in Microsoft Excel VBA
課程編號: MVBA3001
完成課程後您能學會
所有學員完成 12 小時的課程後將能夠熟練地運用 Excel 在工作中所需要的 VBA Macro 全自動程式的編寫,理論及商業應用等的 Excel VBA 學習重點。
![]() |
![]() |
Master in Microsoft Excel VBA 商務課程簡介
Master in MS Excel VBA 大師級商務課程涵蓋所有在工作中需要的多重應用 (Nesting) 以及程式編寫 (VBA Macro)。內容完全涵蓋各專門行業的 MS Excel 應用,令你在工作上邊得更專業,更強大!
本課程融合了多年的實戰經驗,令各位學員能夠充分利用及了解 MS Office 各版本的特點。由 1997 年的紮實基礎到 Office 365 雲端版本的最新技術,都能夠靈活運用。
課程特色:適合高速及集中的你,快速學習全部技術,投入日常工作中提升效率 。
課程時數:12 小時
課程堂數:4 堂 每堂 3 小時
課程材料:筆記一份,練習檔案一份。
上課模式:一人一機,真人導師教授課程。
公司培訓:本課程適用於公司團體培訓, 詳情可與我們職員聯絡。
報名資格:課程適合任何人士報讀
報名方法:1)網上即時報名 2) 銀行入數報名
上課地點:銅鑼灣
立即報名:按此報名
證書認可 : 完成課程後可以申領證書一份
![]() |
課程內容:
VBA Layout and Background Excel Macro, VBA, VBE?
Why do we use Macro and VBA?
Why do we need VBE
VBE Layout
How to setup the VBA Layout
What is Modules
VBA Code basic structure
The VBA Language Background What is a computer language
What is an algorithm?
The Object Oriented Language
The Object-Method Model
What is an Object in Excel?
What is a Method?
How to call an object and apply a method?
The Excel Object Hierarchy
The VBA Language Structure and Syntax VBA BASIC
Option Explicit
Declare Variables
Variables Types
VBA Operators
MsgBox
With
If…Then…
If…Then…Else…
If…Then…ElseIf…Else…
For Loop
For Each…In…
Do While Loop
Do Until Loop
Exit Do
Application.Run
Cell Reference
Range
Cells
Range.Active / Range.Select
Range.Offset
Range.End
Range.CurrentRegion
Application.Goto
Range.Font
Range.Interior.Color
Range.Borders
Clear and delete a range of cells
Range.Value
Range.Text
Range.Formula
Range.Delete
Range.copy
Range.Copy Destination:=Range
The VBA Language Structure and Syntax
VBA BASIC
Add new worksheet
Delete a worksheet
Copy worksheet
Move a worksheet
Get the worksheet name
Close a workbook
Save a workbook
Show file path
Macro that runs when open the workbook
Macro that runs before closing the workbook
Charts
Add a chart
Add a chart with positions
Change Chart type
Set Chart Title
Set Axis Title
Forms Build a form
Show the form
Build a button to show the form
Close the form
Write text on the form
Build a text box for user input
Create a operation button
Radio buttons
Check boxes
Drop menu
Get the value from the drop menu