/1. Introduction & Scope/
|
1. Course Structure & Content.mp4
|
63.0 MB
|
1. Course Structure & Content.srt
|
6.1 KB
|
2. Important Compatibility & Setup Information.mp4
|
53.9 MB
|
2. Important Compatibility & Setup Information.srt
|
5.4 KB
|
3. Course Resources Download Course Project Files.mp4
|
32.0 MB
|
3. Course Resources Download Course Project Files.srt
|
2.6 KB
|
3.1 VBA_Project_Guide.pdf.pdf
|
188.9 KB
|
3.2 ALL_VBA_Section_Milestone_Files_In_One_Place.zip.zip
|
3.5 MB
|
3.3 IconSets.xlsx.xlsx
|
858.7 KB
|
3.4 Excel_VBA_Course_Slides.pdf.pdf
|
2.1 MB
|
3.5 How_to_Ask_Questions.pdf.pdf
|
235.5 KB
|
4. Course Expectations.mp4
|
55.1 MB
|
4. Course Expectations.srt
|
4.1 KB
|
5. Course Outline for Quick Reference.html
|
0.5 KB
|
5.1 Detailed_VBA_Course_Outline.xlsx.xlsx
|
23.3 KB
|
/10. Looping in VBA (Controlling the Flow of Code)/
|
1. Section Overview Looping in VBA.mp4
|
18.9 MB
|
1. Section Overview Looping in VBA.srt
|
3.3 KB
|
1.1 S10_Looping_Start.xlsx.xlsx
|
321.0 KB
|
1.2 S10_Looping.xlsm.xlsm
|
341.3 KB
|
10. Activity Document all Comments in Workbook in a Sheet.html
|
1.2 KB
|
11. Project Document all Comments in Workbook in a Sheet.mp4
|
53.5 MB
|
11. Project Document all Comments in Workbook in a Sheet.srt
|
10.7 KB
|
12. Useful VBA Statements & Key takeaways for Looping in VBA.mp4
|
34.9 MB
|
12. Useful VBA Statements & Key takeaways for Looping in VBA.srt
|
5.0 KB
|
2. For Next Counter Loops (Simple Example).mp4
|
17.1 MB
|
2. For Next Counter Loops (Simple Example).srt
|
11.0 KB
|
3. For Next Nested Loop (Loop through Text & Cells).mp4
|
218.4 MB
|
3. For Next Nested Loop (Loop through Text & Cells).srt
|
19.9 KB
|
4. For Next Reverse Loop (Delete FilteredHidden Rows).mp4
|
27.1 MB
|
4. For Next Reverse Loop (Delete FilteredHidden Rows).srt
|
11.6 KB
|
5. Do Until & Do While Loop.mp4
|
102.9 MB
|
5. Do Until & Do While Loop.srt
|
12.7 KB
|
6. Practical Example of Do Loop (with Inputbox).mp4
|
6.9 MB
|
6. Practical Example of Do Loop (with Inputbox).srt
|
4.3 KB
|
7. Find Method for Quicker Lookup Results.mp4
|
21.3 MB
|
7. Find Method for Quicker Lookup Results.srt
|
11.9 KB
|
8. Find Method with Do Loop - Multiple Matches.mp4
|
15.2 MB
|
8. Find Method with Do Loop - Multiple Matches.srt
|
8.4 KB
|
9. Add a Timer to Test & Speech to Inform.mp4
|
15.4 MB
|
9. Add a Timer to Test & Speech to Inform.srt
|
15.4 MB
|
/11. Working with Arrays/
|
1. Overview Working with Arrays in VBA.mp4
|
6.5 MB
|
1. Overview Working with Arrays in VBA.srt
|
2.1 KB
|
1.1 S11_Arrays.xlsm.xlsm
|
79.1 KB
|
1.2 S11_Arrays_Start.xlsx.xlsx
|
55.9 KB
|
2. One Dimensional Arrays (and transferring back to sheet).mp4
|
145.6 MB
|
2. One Dimensional Arrays (and transferring back to sheet).srt
|
17.8 KB
|
3. Dynamic Arrays (size adjusts depending on a condition).mp4
|
13.7 MB
|
3. Dynamic Arrays (size adjusts depending on a condition).srt
|
8.6 KB
|
4. Preserving Dynamic Arrays (adding more elements to the existing array).mp4
|
46.8 MB
|
4. Preserving Dynamic Arrays (adding more elements to the existing array).srt
|
5.1 KB
|
5. Two Dimensional Arrays.mp4
|
79.3 MB
|
5. Two Dimensional Arrays.srt
|
9.5 KB
|
6. Variant Arrays Quick Method to Write to Cells.mp4
|
18.0 MB
|
6. Variant Arrays Quick Method to Write to Cells.srt
|
10.8 KB
|
7. Activity Create a New Worksheet per Company with Specific Information.html
|
0.9 KB
|
8. Project Create a New Worksheet per Company with Specific Information.mp4
|
167.6 MB
|
8. Project Create a New Worksheet per Company with Specific Information.srt
|
11.7 KB
|
9. Key Takeaways Arrays.html
|
0.4 KB
|
/12. Working with Files, Folders & Text Files/
|
1. Overview Working with Folders & Files.mp4
|
52.9 MB
|
1. Overview Working with Folders & Files.srt
|
3.9 KB
|
1.1 TestTextCSV.csv.csv
|
0.7 KB
|
1.2 S12_Folders_Files.xlsm.xlsm
|
92.2 KB
|
1.3 S12_Folders_Files_Start.xlsx.xlsx
|
59.6 KB
|
1.4 Test_data.xlsx.xlsx
|
9.3 KB
|
2. DIR Function Check if Files or Folders Exist.mp4
|
80.1 MB
|
2. DIR Function Check if Files or Folders Exist.srt
|
11.3 KB
|
3. GetOpenFileName Method User Selects a File.mp4
|
100.5 MB
|
3. GetOpenFileName Method User Selects a File.srt
|
12.0 KB
|
4. FileDialog Property Loop Inside a Folder.mp4
|
174.1 MB
|
4. FileDialog Property Loop Inside a Folder.srt
|
21.2 KB
|
5. Create CSV File from Data in Excel.mp4
|
94.9 MB
|
5. Create CSV File from Data in Excel.srt
|
9.1 KB
|
6. Printing & Writing to Text Files for More Control.mp4
|
46.7 MB
|
6. Printing & Writing to Text Files for More Control.srt
|
9.0 KB
|
7. Activity Export Data to Text file (fix Delimiter to Semicolon).html
|
0.7 KB
|
8. Project Export Data to Text file (fix Delimiter to Semicolon).mp4
|
235.8 MB
|
8. Project Export Data to Text file (fix Delimiter to Semicolon).srt
|
16.0 KB
|
9. Key Takeaways Files & Folders.html
|
0.4 KB
|
/13. Excel Tables, Formulas & Pivot Tables/
|
1. Overview (Pivot) Tables & Formulas.mp4
|
45.5 MB
|
1. Overview (Pivot) Tables & Formulas.srt
|
3.0 KB
|
1.1 S13_Formulas_Tables_Pivot.xlsm.xlsm
|
88.2 KB
|
1.2 S13_Formulas_Tables_Pivot_Start.xlsx.xlsx
|
60.8 KB
|
2. Using Excel Formulas in VBA.mp4
|
173.5 MB
|
2. Using Excel Formulas in VBA.srt
|
18.0 KB
|
3. Excel Tables Use the Right Syntax.mp4
|
199.6 MB
|
3. Excel Tables Use the Right Syntax.srt
|
18.2 KB
|
4. Pivot Tables & VBA What you Need to Know.mp4
|
237.6 MB
|
4. Pivot Tables & VBA What you Need to Know.srt
|
24.9 KB
|
5. Activity Update Existing Formulas with VBA by Adding IFERROR.html
|
0.9 KB
|
6. Project Update Existing Formulas with VBA by Adding IFERROR.mp4
|
145.2 MB
|
6. Project Update Existing Formulas with VBA by Adding IFERROR.srt
|
9.5 KB
|
7. Key Takeaways (Pivot) Tables & Formula.html
|
0.4 KB
|
/14. Main Project #2 Sales Regional Reporting Tool/
|
1. What You'll Learn (& Should be Aware of..).mp4
|
43.4 MB
|
1. What You'll Learn (& Should be Aware of..).srt
|
5.3 KB
|
10. Key Takeaways & Tips for VBA based Excel Tools.mp4
|
46.5 MB
|
10. Key Takeaways & Tips for VBA based Excel Tools.srt
|
3.5 KB
|
10.1 Monthly_Sales_Reporting_Template_Tool.xlsm.xlsm
|
139.3 KB
|
11. Second Milestone Completed!.html
|
0.6 KB
|
2. Project Overview Regional Sales Reporting Tool.mp4
|
166.9 MB
|
2. Project Overview Regional Sales Reporting Tool.srt
|
18.6 KB
|
2.1 Sales_Document_BereKleid.xlsx.xlsx
|
11.1 KB
|
2.2 Sales_Document_LucasBasics.xlsx.xlsx
|
11.0 KB
|
2.3 Sales_Document_UrbanRight.xlsx.xlsx
|
11.2 KB
|
2.4 Monthly_Sales_Reporting_Template_Tool_Start.xlsm.xlsm
|
39.1 KB
|
2.5 Sales_Document_MetaCreations.xlsx.xlsx
|
10.5 KB
|
3. Importing Data from Multiple Files using MultiSelect.mp4
|
218.7 MB
|
3. Importing Data from Multiple Files using MultiSelect.srt
|
12.2 KB
|
4. Setting up a Template as the Basis for Different Reports.mp4
|
325.5 MB
|
4. Setting up a Template as the Basis for Different Reports.srt
|
33.1 KB
|
4.1 PivotTable with Pivot Chart & Slicers.html
|
0.1 KB
|
4.2 Excel IF Function.html
|
0.1 KB
|
4.3 VLOOKUP Explained.html
|
0.1 KB
|
4.4 PivotTable with Slicers.html
|
0.1 KB
|
5. Exporting Reports as Excel files (Pivot Table & Hard Coded Reports).mp4
|
197.3 MB
|
5. Exporting Reports as Excel files (Pivot Table & Hard Coded Reports).srt
|
21.3 KB
|
6. Fine-tuning Report Export Procedure (Double-check if user wants to overwrite).mp4
|
120.2 MB
|
6. Fine-tuning Report Export Procedure (Double-check if user wants to overwrite).srt
|
13.5 KB
|
7. Setting up Automatic Export of Text File (Fix delimiter in CSV to Semicolon).mp4
|
100.2 MB
|
7. Setting up Automatic Export of Text File (Fix delimiter in CSV to Semicolon).srt
|
10.2 KB
|
8. Track the List of Tasks Completed with VBA.mp4
|
118.5 MB
|
8. Track the List of Tasks Completed with VBA.srt
|
13.2 KB
|
9. Final Touches & Creating Interface to Hide Specific Tabs with a Password.mp4
|
117.9 MB
|
9. Final Touches & Creating Interface to Hide Specific Tabs with a Password.srt
|
13.8 KB
|
/15. Interacting with Other Applications (Word, PowerPoint etc.)/
|
1. Overview & Important Concepts when Interacting with Other Applications.mp4
|
56.8 MB
|
1. Overview & Important Concepts when Interacting with Other Applications.srt
|
6.6 KB
|
1.1 S15_Other_Applications.xlsm.xlsm
|
121.5 KB
|
1.2 Regional Report PowerPoint.pptx.pptx
|
45.0 KB
|
1.3 S15_Other_Applications_Start.xlsx.xlsx
|
101.4 KB
|
1.4 Letter_Word.docx.docx
|
60.2 KB
|
2. Project PDF Save Specific Sheets as a PDF File.mp4
|
142.0 MB
|
2. Project PDF Save Specific Sheets as a PDF File.srt
|
18.5 KB
|
3. Project Email Automatically Create Personalized Emails with Attachments.mp4
|
91.2 MB
|
3. Project Email Automatically Create Personalized Emails with Attachments.srt
|
11.9 KB
|
4. Project Microsoft Word Create Personalized Letters in Word from Excel.mp4
|
178.0 MB
|
4. Project Microsoft Word Create Personalized Letters in Word from Excel.srt
|
19.5 KB
|
5. Project Microsoft PowerPoint Export Excel Sheets to PowerPoint Presentation.mp4
|
194.4 MB
|
5. Project Microsoft PowerPoint Export Excel Sheets to PowerPoint Presentation.srt
|
23.3 KB
|
6. Key Takeaways when Working with other Applications.html
|
0.4 KB
|
/16. Workbook and Worksheet Events/
|
1. Overview & What are Event Procedures.mp4
|
40.8 MB
|
1. Overview & What are Event Procedures.srt
|
4.4 KB
|
1.1 S16_Events.xlsm.xlsm
|
91.6 KB
|
1.2 S16_Events_Start.xlsx.xlsx
|
71.0 KB
|
2. Workbook Events, Toggle Full Screen (Activate, Deactivate, Open, Close).mp4
|
148.4 MB
|
2. Workbook Events, Toggle Full Screen (Activate, Deactivate, Open, Close).srt
|
17.0 KB
|
3. Worksheet Selection Change Dynamic Font Color of Selected Range.mp4
|
59.0 MB
|
3. Worksheet Selection Change Dynamic Font Color of Selected Range.srt
|
8.2 KB
|
4. Refresh PivotTables Automatically & Concept of Range Intersection.mp4
|
162.4 MB
|
4. Refresh PivotTables Automatically & Concept of Range Intersection.srt
|
16.8 KB
|
5. Resetting a Dependent Drop-down when the first Drop-down is Changed.mp4
|
121.6 MB
|
5. Resetting a Dependent Drop-down when the first Drop-down is Changed.srt
|
15.5 KB
|
5.1 INDEX MATCH Basics video.html
|
0.1 KB
|
6. Activity Link Page Header to Cell Value (BeforePrint Event).html
|
0.8 KB
|
7. Project Link Page Header to Cell Value (BeforePrint Event).mp4
|
152.0 MB
|
7. Project Link Page Header to Cell Value (BeforePrint Event).srt
|
10.5 KB
|
8. 2 Useful Tips when Working with Events & Key Takeaways.mp4
|
39.8 MB
|
8. 2 Useful Tips when Working with Events & Key Takeaways.srt
|
4.5 KB
|
/17. Working with Userforms & ActiveX Controls/
|
1. Overview UserForms & ActiveX Controls.mp4
|
33.2 MB
|
1. Overview UserForms & ActiveX Controls.srt
|
2.6 KB
|
1.1 S17_UserForms_ActiveX.xlsm.xlsm
|
127.8 KB
|
1.2 S17_PictureClip.zip.zip
|
3.2 KB
|
1.3 S17_UserForms_ActiveX_Start.xlsx.xlsx
|
73.5 KB
|
10. Bonus ListBox to Print Multiple Pages in ONE GO.mp4
|
76.7 MB
|
10. Bonus ListBox to Print Multiple Pages in ONE GO.srt
|
16.6 KB
|
10.1 S17_Bonus_ListBox_PrintOut_Start.xlsx.xlsx
|
51.0 KB
|
10.2 S17_Bonus_ListBox_PrintOut.xlsm.xlsm
|
77.3 KB
|
11. UserForm Checklist & Course Map Status.html
|
0.6 KB
|
2. ActiveX Controls What you Need to Know.mp4
|
62.4 MB
|
2. ActiveX Controls What you Need to Know.srt
|
9.7 KB
|
3. ActiveX Check Box to Fix Scroll Area & Toggle Screen Settings.mp4
|
80.9 MB
|
3. ActiveX Check Box to Fix Scroll Area & Toggle Screen Settings.srt
|
9.9 KB
|
4. ActiveX to Show and Hide Help.mp4
|
59.5 MB
|
4. ActiveX to Show and Hide Help.srt
|
8.1 KB
|
5. ActiveX Combo Box for Easy Sheet Navigation (Great for Larger Workbooks).mp4
|
97.0 MB
|
5. ActiveX Combo Box for Easy Sheet Navigation (Great for Larger Workbooks).srt
|
13.5 KB
|
6. ActiveX to Show or Hide Other ActiveX controls (eg. Actual & Budget reporting).mp4
|
138.8 MB
|
6. ActiveX to Show or Hide Other ActiveX controls (eg. Actual & Budget reporting).srt
|
17.1 KB
|
7. UserForm Basics What You Need to Get Started.mp4
|
202.5 MB
|
7. UserForm Basics What You Need to Get Started.srt
|
26.8 KB
|
8. UserForm for Data Entry (Input & Check Boxes).mp4
|
133.0 MB
|
8. UserForm for Data Entry (Input & Check Boxes).srt
|
17.5 KB
|
9. UserForm to Document External Links & Comments (Combo Box & Option button).mp4
|
245.7 MB
|
9. UserForm to Document External Links & Comments (Combo Box & Option button).srt
|
27.6 KB
|
/18. Main Project #3 Invoice Generation Tool/
|
1. Tool Overview What You Will Learn.mp4
|
139.3 MB
|
1. Tool Overview What You Will Learn.srt
|
19.8 KB
|
10. Final Updates & Debugging.mp4
|
250.4 MB
|
10. Final Updates & Debugging.srt
|
25.8 KB
|
10.1 Invoice_Generator.xlsm.xlsm
|
355.5 KB
|
11. Last Milestone Completed!.html
|
0.5 KB
|
2. Setting up an Input UserForm to Collect Master Data.mp4
|
186.8 MB
|
2. Setting up an Input UserForm to Collect Master Data.srt
|
22.4 KB
|
2.1 Invoice_Generator_Start.xlsm.xlsm
|
240.0 KB
|
3. Working with Multi-Column ListBoxes.mp4
|
136.8 MB
|
3. Working with Multi-Column ListBoxes.srt
|
13.5 KB
|
4. Edit Master Data with UserForm.mp4
|
89.5 MB
|
4. Edit Master Data with UserForm.srt
|
8.6 KB
|
5. Searchable ListBox (with Selection Change event).mp4
|
168.7 MB
|
5. Searchable ListBox (with Selection Change event).srt
|
21.4 KB
|
6. Enhanced Searchable ListBox Write Selection back to Excel Table.mp4
|
214.1 MB
|
6. Enhanced Searchable ListBox Write Selection back to Excel Table.srt
|
20.4 KB
|
7. MultiPage UserForm to Create Invoices & Email (Setup).mp4
|
229.5 MB
|
7. MultiPage UserForm to Create Invoices & Email (Setup).srt
|
23.8 KB
|
8. Export PDF & Excel Workbook for Each Invoice based on ListBox Selection.mp4
|
294.1 MB
|
8. Export PDF & Excel Workbook for Each Invoice based on ListBox Selection.srt
|
31.5 KB
|
9. Create Email in Outlook & Attach PDF Invoice.mp4
|
140.5 MB
|
9. Create Email in Outlook & Attach PDF Invoice.srt
|
18.2 KB
|
/19. Create your own Custom Functions/
|
1. Section Overview Function Procedures.mp4
|
33.8 MB
|
1. Section Overview Function Procedures.srt
|
2.7 KB
|
1.1 S19_FunctionProcedures_Start.xlsx.xlsx
|
51.2 KB
|
1.2 S19_FunctionProcedures.xlsm.xlsm
|
72.0 KB
|
2. Setting up a Simple Function (including Optional Arguments).mp4
|
67.4 MB
|
2. Setting up a Simple Function (including Optional Arguments).srt
|
7.5 KB
|
3. Function to Calculate Age (Result in Years & Months).mp4
|
80.0 MB
|
3. Function to Calculate Age (Result in Years & Months).srt
|
7.9 KB
|
4. Functions that Split Text and Numbers from Cell Value.mp4
|
102.3 MB
|
4. Functions that Split Text and Numbers from Cell Value.srt
|
11.6 KB
|
5. Using Functions in Sub Procedures.mp4
|
86.2 MB
|
5. Using Functions in Sub Procedures.srt
|
8.2 KB
|
6. Activity Function That Sums based on Cell Color.html
|
0.7 KB
|
7. Project Function That Sums based on Cell Color.mp4
|
190.9 MB
|
7. Project Function That Sums based on Cell Color.srt
|
14.4 KB
|
8. Key Takeaways Function Procedures in VBA & Course Map Status.html
|
0.5 KB
|
/2. Your First Macro/
|
1. Overview Macros & Visual Basic Editor (VBE).mp4
|
7.4 MB
|
1. Overview Macros & Visual Basic Editor (VBE).srt
|
2.4 KB
|
1.1 S2_RecordMacros.xlsm.xlsm
|
89.1 KB
|
1.2 S2_RecordMacros_Start.xlsx.xlsx
|
67.3 KB
|
10. Quiz Test Your Knowledge on Macros.html
|
0.1 KB
|
2. Steps to Your First Macro Recording.mp4
|
12.3 MB
|
2. Steps to Your First Macro Recording.srt
|
8.6 KB
|
3. Visual Basic Editor What You Need to Know.mp4
|
106.9 MB
|
3. Visual Basic Editor What You Need to Know.srt
|
17.0 KB
|
4. Project Dynamic Cell Selection (Special Cells) - Perfect for Flexible Macros.mp4
|
211.2 MB
|
4. Project Dynamic Cell Selection (Special Cells) - Perfect for Flexible Macros.srt
|
14.4 KB
|
5. Project Copy (Consolidate) Data - Absolute versus Relative Macro Recording.mp4
|
49.5 MB
|
5. Project Copy (Consolidate) Data - Absolute versus Relative Macro Recording.srt
|
13.0 KB
|
6. 7 Ways to Run Macros VBA code (incl. creative & modern buttons).mp4
|
25.1 MB
|
6. 7 Ways to Run Macros VBA code (incl. creative & modern buttons).srt
|
16.5 KB
|
6.1 IconSets.xlsx.xlsx
|
858.7 KB
|
7. OFFICE 365 Update Change from Excel Comments to Notes.html
|
1.3 KB
|
8. Activity Record a Macro that Deletes all Comments.html
|
1.3 KB
|
9. What's the Difference Between Macros and VBA.html
|
1.8 KB
|
/20. Working with Charts/
|
1. The Chart Object Library & Section Overview.mp4
|
33.8 MB
|
1. The Chart Object Library & Section Overview.srt
|
4.8 KB
|
1.1 S20_Charts.xlsm.xlsm
|
127.4 KB
|
1.2 S20_Charts_Start.xlsx.xlsx
|
79.6 KB
|
2. Create and Modify a Chart with VBA.mp4
|
150.7 MB
|
2. Create and Modify a Chart with VBA.srt
|
17.0 KB
|
3. Animated Charts Different Methods.mp4
|
127.1 MB
|
3. Animated Charts Different Methods.srt
|
16.2 KB
|
4. Show Charts inside UserForms.mp4
|
156.9 MB
|
4. Show Charts inside UserForms.srt
|
17.0 KB
|
5. Key Takeaways Charts.html
|
0.7 KB
|
/21. Summary & Final Words/
|
1. Your Next Steps & more Learning.mp4
|
48.2 MB
|
1. Your Next Steps & more Learning.srt
|
3.7 KB
|
2. BONUS Lecture More from Leila.html
|
4.0 KB
|
/3. The Object Model/
|
1. Overview VBA Object Model (What you need to become an expert in VBA).mp4
|
7.8 MB
|
1. Overview VBA Object Model (What you need to become an expert in VBA).srt
|
2.3 KB
|
2. VBA's Code Reference Object Library.mp4
|
9.2 MB
|
2. VBA's Code Reference Object Library.srt
|
5.6 KB
|
3. VB Color Guidelines & Keyboard Shortcuts.mp4
|
132.5 MB
|
3. VB Color Guidelines & Keyboard Shortcuts.srt
|
16.8 KB
|
4. Excel VBA Object Model.mp4
|
11.9 MB
|
4. Excel VBA Object Model.srt
|
8.7 KB
|
5. Object Properties.mp4
|
9.7 MB
|
5. Object Properties.srt
|
6.4 KB
|
6. Object Methods.mp4
|
13.4 MB
|
6. Object Methods.srt
|
8.4 KB
|
7. How to Find the Object, Property & Method.mp4
|
17.6 MB
|
7. How to Find the Object, Property & Method.srt
|
10.9 KB
|
8. Test Your Knowledge about the Object Model.html
|
0.1 KB
|
9. Conclusion Key Takeaways & Message from Me.mp4
|
7.4 MB
|
9. Conclusion Key Takeaways & Message from Me.srt
|
3.8 KB
|
/4. Referencing Ranges, Worksheets & Workbooks with VBA/
|
1. Overview Referencing Ranges, Worksheets & Workbooks.mp4
|
5.3 MB
|
1. Overview Referencing Ranges, Worksheets & Workbooks.srt
|
1.6 KB
|
1.1 S4_ReferencingRanges_Start.xlsx.xlsx
|
66.3 KB
|
1.2 S4_ReferencingRanges.xlsm.xlsm
|
90.3 KB
|
10. Key Takeaways for Referencing Ranges.mp4
|
9.0 MB
|
10. Key Takeaways for Referencing Ranges.srt
|
3.9 KB
|
2. Referring to Ranges & Writing to Cells in VBA.mp4
|
25.5 MB
|
2. Referring to Ranges & Writing to Cells in VBA.srt
|
21.0 KB
|
3. Most Useful Range Properties & Methods.mp4
|
36.1 MB
|
3. Most Useful Range Properties & Methods.srt
|
18.5 KB
|
4. 4 Methods to Find the Last Row of your Range.mp4
|
37.9 MB
|
4. 4 Methods to Find the Last Row of your Range.srt
|
20.2 KB
|
5. Copying & resizing a variably sized range.mp4
|
29.2 MB
|
5. Copying & resizing a variably sized range.srt
|
13.0 KB
|
6. Properly Referencing Worksheets.mp4
|
51.0 MB
|
6. Properly Referencing Worksheets.srt
|
20.2 KB
|
7. Properly Referencing Workbooks.mp4
|
29.0 MB
|
7. Properly Referencing Workbooks.srt
|
14.3 KB
|
8. Activity Save a Hard-coded Copy of Workbook.html
|
1.8 KB
|
9. Project Save Hard-coded Copy & Macro-free version of workbook.mp4
|
58.0 MB
|
9. Project Save Hard-coded Copy & Macro-free version of workbook.srt
|
16.1 KB
|
/5. Working with Variables/
|
1. Overview Role of Assignment & Variables.mp4
|
10.1 MB
|
1. Overview Role of Assignment & Variables.srt
|
3.9 KB
|
1.1 S5_Variables.xlsm.xlsm
|
65.0 KB
|
1.2 S5_Variables_Start.xlsx.xlsx
|
50.3 KB
|
2. Data Types for Better Performance.mp4
|
7.8 MB
|
2. Data Types for Better Performance.srt
|
4.5 KB
|
3. Declaring Variables, Arrays & Constants (Role of Option Explicit).mp4
|
94.5 MB
|
3. Declaring Variables, Arrays & Constants (Role of Option Explicit).srt
|
17.9 KB
|
4. Using Object Variables (Set statement).mp4
|
68.3 MB
|
4. Using Object Variables (Set statement).srt
|
9.0 KB
|
5. Scoping Variables.mp4
|
12.7 MB
|
5. Scoping Variables.srt
|
8.5 KB
|
6. Activity Revisit Hard-coded Workbook Project & Use Variable Assignment.html
|
1.3 KB
|
7. Test Your Knowledge on Variables and data types.html
|
0.1 KB
|
8. Key Takeaways for Working with Variables.mp4
|
24.5 MB
|
8. Key Takeaways for Working with Variables.srt
|
2.9 KB
|
/6. Looping through Collections & Making Decisions/
|
1. Overview Why Collections are a VBA Essential.mp4
|
30.8 MB
|
1. Overview Why Collections are a VBA Essential.srt
|
1.9 KB
|
1.1 S6_Collections_With_IF.xlsm.xlsm
|
95.5 KB
|
1.2 S6_Collections_With_IF_Start.xlsx.xlsx
|
61.5 KB
|
10. Key Takeaways for Collections & Decision Making in VBA.html
|
0.5 KB
|
2. With & End With for Easier Code Writing.mp4
|
17.7 MB
|
2. With & End With for Easier Code Writing.srt
|
8.3 KB
|
3. For Each to Loop Through Collections (sheets, ranges etc.) in one go.mp4
|
102.8 MB
|
3. For Each to Loop Through Collections (sheets, ranges etc.) in one go.srt
|
13.2 KB
|
4. IF Then (Else, ElseIF) for Conditional Outcomes.mp4
|
26.9 MB
|
4. IF Then (Else, ElseIF) for Conditional Outcomes.srt
|
13.3 KB
|
5. Select Case as Alternative for Many IF Statements.mp4
|
11.4 MB
|
5. Select Case as Alternative for Many IF Statements.srt
|
6.9 KB
|
6. Goto Statement to Change Program Flow.mp4
|
18.8 MB
|
6. Goto Statement to Change Program Flow.srt
|
10.1 KB
|
7. Activity Get the Number of Formulas on the worksheet.html
|
0.7 KB
|
8. Project Get the Number of Formulas on the Worksheet.mp4
|
128.0 MB
|
8. Project Get the Number of Formulas on the Worksheet.srt
|
9.5 KB
|
9. Bonus Unhide All Sheets in One Go.mp4
|
96.0 MB
|
9. Bonus Unhide All Sheets in One Go.srt
|
14.6 KB
|
/7. Useful Built-in Functions/
|
1. Overview VBA versus Worksheet Functions.mp4
|
46.3 MB
|
1. Overview VBA versus Worksheet Functions.srt
|
17.4 KB
|
1.1 S7_BuiltinFunctions.xlsm.xlsm
|
129.1 KB
|
1.2 S7_BuiltinFunctions_Start.xlsx.xlsx
|
108.9 KB
|
2. Most Useful VBA Functions.mp4
|
88.0 MB
|
2. Most Useful VBA Functions.srt
|
14.1 KB
|
3. Message Box (also with Yes, No buttons).mp4
|
21.6 MB
|
3. Message Box (also with Yes, No buttons).srt
|
11.5 KB
|
4. Input Box (VBA InputBox Function).mp4
|
18.8 MB
|
4. Input Box (VBA InputBox Function).srt
|
9.0 KB
|
5. Input Box that can Select Ranges (Excel InputBox Method).mp4
|
117.5 MB
|
5. Input Box that can Select Ranges (Excel InputBox Method).srt
|
15.7 KB
|
6. Activity Show Top 3 Values in a Message Box Based on Range Selected.html
|
1.2 KB
|
7. Project Show Top 3 Values in a Message box based on Range Selected.mp4
|
198.6 MB
|
7. Project Show Top 3 Values in a Message box based on Range Selected.srt
|
13.6 KB
|
8. Key Takeaways Built-in Functions.html
|
0.4 KB
|
/8. Debugging, Error Handling & Procedure Scope/
|
1. Overview Debugging, Handling Errors & Procedure Scope.mp4
|
13.0 MB
|
1. Overview Debugging, Handling Errors & Procedure Scope.srt
|
2.7 KB
|
1.1 S8_ErrorHandling.xlsm.xlsm
|
91.2 KB
|
1.2 S8_ErrorHandling_Start.xlsm.xlsm
|
80.8 KB
|
2. Debugging Options Watch, Locals, Immediate Windows & More.mp4
|
146.9 MB
|
2. Debugging Options Watch, Locals, Immediate Windows & More.srt
|
18.2 KB
|
3. Error Handling Different Methods.mp4
|
117.3 MB
|
3. Error Handling Different Methods.srt
|
14.5 KB
|
4. Faster Code by Suppressing Pop-ups & Flickering Screen.mp4
|
29.6 MB
|
4. Faster Code by Suppressing Pop-ups & Flickering Screen.srt
|
14.4 KB
|
5. Procedure Scope & Running one Sub from Another.mp4
|
15.7 MB
|
5. Procedure Scope & Running one Sub from Another.srt
|
7.7 KB
|
6. Passing Arguments to Sub Procedures (By Ref, By Val).mp4
|
25.3 MB
|
6. Passing Arguments to Sub Procedures (By Ref, By Val).srt
|
11.8 KB
|
7. Activity Get the Total Number of Formulas (or Comments) Used in a Workbook.html
|
1.0 KB
|
8. Project Get the Total Number of Formulas (or Comments) Used in a Workbook.mp4
|
30.4 MB
|
8. Project Get the Total Number of Formulas (or Comments) Used in a Workbook.srt
|
13.4 KB
|
9. Key Takeaways Debugging, Error Handling & Course Map Status.mp4
|
23.8 MB
|
9. Key Takeaways Debugging, Error Handling & Course Map Status.srt
|
2.8 KB
|
/9. Main Project #1 Create a Tool to Automate Table of Contents/
|
1. Project overview Table of Contents (TOC) with one click.mp4
|
32.9 MB
|
1. Project overview Table of Contents (TOC) with one click.srt
|
2.9 KB
|
2. TOC Project The Basics.mp4
|
86.3 MB
|
2. TOC Project The Basics.srt
|
13.6 KB
|
3. TOC Project Adding Hyperlinks.mp4
|
11.6 MB
|
3. TOC Project Adding Hyperlinks.srt
|
8.3 KB
|
4. TOC Project Testing the VBA Code.mp4
|
9.3 MB
|
4. TOC Project Testing the VBA Code.srt
|
5.8 KB
|
5. TOC Project Adding Error Handling & More Checks.mp4
|
166.9 MB
|
5. TOC Project Adding Error Handling & More Checks.srt
|
17.2 KB
|
6. TOC Project Adding to Personal Macro Workbook (Make it Available to all Files).mp4
|
81.2 MB
|
6. TOC Project Adding to Personal Macro Workbook (Make it Available to all Files).srt
|
9.6 KB
|
6.1 Project_Automatic_TableOfContent.xlsm.xlsm
|
22.7 KB
|
7. First Milestone Completed!.html
|
0.5 KB
|
/
|
Read Me.txt
|
1.0 KB
|
[FreeAllCourse.Com].url
|
0.1 KB
|
Total files 379
|