10
Excel VBA Class Glenn Harris Microsoft Certified Trainer Office Master Instructor Excel Class NYC

Excel VBA Class

  • Upload
    tab

  • View
    40

  • Download
    1

Embed Size (px)

DESCRIPTION

Excel VBA Class. Glenn Harris Microsoft Certified Trainer Office Master Instructor Excel Class NYC. Lesson 0 – Programming Logic. Fundamentals of Programming. Macros. Strengths/Weaknesses How To Record A Macro How To Edit A Macro How To Debug A Macro. The VB Editor. VB Editor Menus - PowerPoint PPT Presentation

Citation preview

Page 1: Excel VBA Class

Excel VBA Class

Glenn HarrisMicrosoft Certified Trainer

Office Master InstructorExcel Class NYC

Page 2: Excel VBA Class

Lesson 0 – Programming Logic

• Fundamentals of Programming

Page 3: Excel VBA Class

Macros

• Strengths/Weaknesses• How To Record A Macro• How To Edit A Macro• How To Debug A Macro

Page 4: Excel VBA Class

The VB Editor

• VB Editor Menus• VB Editor Toolbars• VB Editor Panes

Page 5: Excel VBA Class

Fix Macros

• Declare Variables• Variable Substitution• Variable Concatenation• Get The Name Of The Activesheet

Page 6: Excel VBA Class

Writing VBA Programs

• Pseudocode• Navigate Cells/Sheets With VBA• Add/Name Sheets With VBA• Find The Last Row• Looping Control Structures• If/Then Control Structures• More Debugging

Page 7: Excel VBA Class

VBA Formulas, Functions and Dialogs

• MessageBox Intrinsic Function• InputBox Intrinsic Function• Write A Function To A Cell• Perform A Function Call In Memory• Write Your Own Functions• Workbook Events• Range Intersections• Macros That Call Other Macros And Pass

Variables

Page 8: Excel VBA Class

VBA Forms

• Insert A Form• Add Form Controls– Labels– Text Boxes– Drop Down List Boxes– Checkboxes– ActiveX Controls

Page 9: Excel VBA Class

Object Variables

• Data Tables/Array Formulas• Named Ranges• Object Variables• More Looping Control Structures

Page 10: Excel VBA Class

Excel Help Resources