1 / 10

Excel VBA Class

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

tab
Download Presentation

Excel VBA Class

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. Lesson 0 – Programming Logic • Fundamentals of Programming

  3. Macros • Strengths/Weaknesses • How To Record A Macro • How To Edit A Macro • How To Debug A Macro

  4. The VB Editor • VB Editor Menus • VB Editor Toolbars • VB Editor Panes

  5. Fix Macros • Declare Variables • Variable Substitution • Variable Concatenation • Get The Name Of The Activesheet

  6. 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

  7. 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

  8. VBA Forms • Insert A Form • Add Form Controls • Labels • Text Boxes • Drop Down List Boxes • Checkboxes • ActiveX Controls

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

  10. Excel Help Resources

More Related