
Configure macro trust in Excel via the trust center to enable VBA content, and manage macro settings, including disabling all macros with notification or allowing digitally signed macros.
the project explorer shows everything within this workbook, including all sheets. i place code under modules, like module 1 for macros, to avoid losing code if a sheet is deleted.
Navigate the properties window to edit properties of the selected object in the VBA editor, renaming modules and sheets, toggling visibility, and controlling workbook elements directly.
Explore the difference between a procedure (subroutine) and a function in VBA, and learn how public and private access control shapes macro design in Excel.
Explore how to use the MsgBox function in VBA as both a procedure and a function, selecting buttons, icons, default options, and returning values for debugging and decision making.
Use Excel VBA date functions to obtain current date, month, year, and weekday with a configurable week start; validate input with input box and CDate.
Set control properties, methods, and events using the property window to customize forms and palettes. Apply changes on form load by adjusting background colors and propagating tweaks across controls.
Create watches to debug VBA loops by watching variables in the watch window and immediate window, using breakpoints and break conditions to stop when a value meets a condition.
Apply takeaways from Excel VBA basics: manage application, workbook, worksheet, and range objects; use active sheets and cells; write and debug powerful macros with the VBA editor.
Explore how to apply and clear filters in Excel tables, use drop-downs to limit data by multiple categories, view top or bottom results, and build custom, range, and or conditions.
Explore pivot tables to analyze data by sorting and filtering a table. Create a pivot table or pivot chart from the insert tab on a new worksheet.
Learn to use pivot table options in Excel 2007 for average and maximum value calculations, currency formatting, and year filtering to analyze Olympic medal data by country and event.
Explore formatting a pivot chart using design, layout, and format options, and use the pivot chart filter and analysis tab to refine data on its own sheet.
Save 20% by buying both courses. This bundle includes:
The Excel 2007 VBA course introduces you to Excel Macro programming using Microsoft's Visual Basic for Applications (VBA). The overall focus of this course is to teach you proper Visual Basic programming techniques along with an understanding of Excel's object structure. Other topics in this course include recording macros, programming basics, proper variable declaration, Visual Basic functions, control structure use, looping, and UserForm creation. The final section deals with the debugging tools included in the Microsoft VBA editor and methods on how to effectively use them.
The Excel 2007 Advanced course builds on knowledge gained in the Introduction and Intermediate courses. In Advanced Microsoft Office Excel 2007, you learn how to analyze and manage your data. You will explore the many data analysis tools available in Excel, such as formula auditing, goal seek, Scenario Manager, and subtotals. Additionally, during this course, you will use advanced functions, learn how to apply conditional formatting, filter and manage your data lists, create and manipulate PivotTables and PivotCharts, and record basic Macros.