Excel VBA

Excel VBA or Excel Macros Training Course

Excel VBA Programming 課程旨在為學生提供必備的技能和知識,以實現自動化Excel中乏味而重複的工作,無需人工干預。培訓課程將涵蓋廣泛的概念和技巧,適用於大多數日常試算表任務。主題包括VBA程序設計的基本概念,語言語法,控制程序流程,與Excel的對象和屬性的操作,循環遍歷集合,創建自定義函數,設計用戶窗體,與樞紐分析表等等...

在整個課程中,學生將通過學習創建強大的宏所必需的基本概念和技術,獲得VBA程序設計的堅實基礎。該課程強調實踐學習,結合理論教學和實際示例、練習和現實場景。

易於跟隨的練習和小班教學方法可以確保最佳的學習效果。這是一門適合在會計、金融分析和數據處理領域工作的人群的理想課程。學生可以根據自己的學習需求選擇白天、晚上和週末的課程。

目標

完成課程後,您將可以通過編寫VBA程序來自動化並簡化Excel日常任務

  • 將不同工作簿中的表複製並合併到一個表中
  • 比較來自兩個不同表格的數據並顯示不同之處
  • 使用其他表格的數據自動填充表格
  • 執行冗長複雜的計算
  • 編寫Excel公式
Excel VBA or Excel Macros Training Course

What you’ll learn

Recording macros and using buttons

  • Absolute and relative recording
  • Macros security settings
  • Assigning macros to buttons

VBA Programming Basics

  • Getting help in VBA
  • Create a subroutine
  • Create a function
  • Declare a variable
  • Create a constant
  • Comment your code

The VBA code editor

  • Insert modules
  • Using Project Explorer
  • Using Immediate Window
  • Using Locals Window

Range's properties and methods

  • The Cells property
  • The Offset property
  • The entirecolumn and entirerow
  • The Value property
  • The Text property
  • The Count property
  • The Column and Row properties
  • The Address property
  • The Font property
  • The Border
  • The interior property
  • The Formula and FormulaR1C1

Other useful object methods

  • The select method
  • The copy and paste methods
  • The clear method
  • The delete method
  • The workbook methods
  • The worksheet methods


課程班別
 
VBA5125 - 廣東話 19 Dec enrol
 
VBA6018 - 廣東話 07 Jan enrol
 
VBA6024 - 廣東話 06 Feb enrol
 
VBA6023 - 廣東話 20 Feb enrol
 
VBA6045 - 廣東話 09 Apr enrol
相關課程
  Access VBA Programming
  Advanced Excel and Excel VBA
  Excel Dashboards and Reports
  Excel VBA - Advanced
  Financial Accounting with Excel
  Mastering Excel PivotTables and PivotCharts

Messages and variables

  • Input boxes and message boxes
  • Assign Values to Variables
  • Declaring variables

Working with Excel Object Model

  • An introduction to the Excel object model
  • Using object browser
  • Create an object variable
  • Objects and collections
  • Methods and properties
  • Display a built-in dialog box

Looping over collections

  • Object variables
  • Looping over collections

Loops and conditions

  • Simple IF conditions
  • Multiple IF and SELECT … CASE
  • While Loop
  • Execute tasks a specific number of times
  • Using the For Each Next Loop