Description
Understand what you are going to achieve through the VBA by seeing demo and then see step by step explanation of VBA code. Learn about Excel VBA syntax, Excel VBA form and control, methods of using forms and controls, several workout examples to see usage of Excel VBA for automation.
In this course, you will learn following stuff in step by step manner
Level 01 – start without coding – Automate tasks using Excel Macro recording
Demo of an excel macro What is excel macro When to use it How to record a macro/create a shortcut action How to run a recorded macro How to create a shortcut for a macro action How to run a recorded macro on a new dataset (excel workbook) How to record a relative macro What is the difference between a relative macro and a general macro. How to understand what was recorded as macro. How to delete a macro
Level 02 A – Understand Excel VBA integrated development environment
How to reach VBA window What are different component of the window What is use of those components How to use breakpoint, properties window, edit tools etc.
Level 02 B – Understand Excel VBA syntax
How to define a variable Different types of variables How to write a for loop How to display output in an interactive way How to write output in a different worksheet How to take user input through a prompt How to use user input How to use record macro to know VBA syntax How to use breakpoint How to run macro through click of a button When you need to write do while / do until loop Syntax of do while / until loop How to take input from excel sheet for program execution How to ensure variable names are correct before execution of program If else command, If elseif else command Using mod function (for remainder) Showing status bar
Workout Examples 01 – Using Forms for user entry, chart display etc.
See a worked out example of a VBA form Learn about various control, design aspects of Excel VBA form Learn about why will need form, and such controls Hide Data sheet and format other sheet to make it look professional Ensure proper data type Ensure value selection from combo box only Learn to define level, text, combobox and button command Learn to pass dropdown data in combobox Learn to use form entry into VBA Learn to write back on Excel form Learn how to load form while getting excel started Learn to change properties of control through VBA
Workout Examples 02 – fetching data from MS Access using Excel VBA
How to use Excel as front end and fetch data from microsoft Access database Where to use this à Greatly useful when many users have Excel but don’t have MS access database in the PC Where Reference is needed Watch window – how to use it How to edit the code for many fields and different databases
Workout Examples 03 – One sheet per product or agent
How to use do while loop to let it run for as many records as it has got How to find block size (starting and ending row for each product) How to add sheet using VBA and give it a name How to ensure that the tool remains intact with multiple runs and even a mistake can’t cause issue How to repeat header in each tab or worksheet
Workout Examples 04 – Inventory management, coupon assignment and customer communication using Excel VBA
Traverse through various sheets and workbooks using VBA Formatting date Writing derived information from one sheet to another Passing several parameters to VBA for conditional traversal 3 should mean three coupons to get reserved [Coupon code : Validity] will need comma if there are multiple vouchers Error handling : alert, if there are no coupons Protecting Excel tool for further usage
Workout Examples 05 – Reading data from a microsoft access database and writing it into a text file
Reading Microsoft Access data using VBA
directly writing output into a text file
Making the output comma separated
Workout Example 06 – Designing survey form in Excel VBA with option buttons / list box etc.
Workout Example 07 – Insert Excel VBA form data in MS Access database
Workout Example 08 – Using pivot table, vlookup and several other formula for a sampling work
Workout Example 09 – Windows based user authentication and Voice notification of execution of VBA
Workout Example 10 – Running SQL command through VBA. Read Excel sheet as a table inside VBA
You will learn
Reading complete worksheet data into a table
Managing named as well as unnamed headers
Running SQL command inside VBA
Little advance SQL coding as well (by product)
A-B
B-A
Workout Example 11 – Voice based reminder tool
You will learn how to remind speaker about how much time is left through automated announcement.
Workout Example 12 – Running VBA code in automated manner
You will learn what is takes to used Windows scheduler to schedule the VBA code to run in automated manner with desired frequency.
Workout Example 13 – Recursive file and folder size within a folder
Many a times we need a tool, which should recursively put file names and file sizes within a folder.
I mean to say that, if you pass name of a folder and say in that folder, it has
11 files
2 folders
Then it should again go into the 2 folders and if it finds a folder again say in any of the folder, it should go within that folder too and should create result, with name and size of all the files & folders.
Workout Example 14 – Combine all the files inside a folder through VBA
Tasks
1. Combine Multiple files – having same layout (same number of fields and fields are always in the same column) but not neessarily same number of rows
2. Also put file name as first column in the final data set
Assumption:
All the data files are in the same folder
There is nothing other than data files in that folder
Usually data files should have a way to know, which file was referred
All the data files are excel files only
Who this course is for:
Microsoft Excel users who wants to learn automation and VBA programming
Someone who wants to learn by seeing workout examples
Requirements
Basic Excel 2016
Understanding of basic excel functions and features (pivot table, sort, filter, vlookup) etc
Last Updated 11/2020 |
Excel VBA programming by Examples (MS Excel 2016)
[TutsNode.com] - Excel VBA programming by Examples
3. Excel VBA workout examples
-
23. Workout Exp 13 - Recursive file size of all the files n folders within a folder.mp4 (127.3 MB)
-
1. Workout Example 1- PartA- Introduction to Excel VBA forms.mp4 (13.1 MB)
-
1. Workout Example 1- PartA- Introduction to Excel VBA forms.srt (7.3 KB)
-
1.1 03_01_Form_for_compound_interest_calculation.txt (2.3 KB)
-
1.2 03_01_Form_For_Compound_Interest.xlsm (162.2 KB)
-
1.3 03_temp.xlsm (16.0 KB)
-
2. Workout Example 1 - Part B 01- Design your first Excel VBA form.mp4 (22.7 MB)
-
2. Workout Example 1 - Part B 01- Design your first Excel VBA form.srt (13.5 KB)
-
2.1 03_02_Temp_1.xlsm (20.9 KB)
-
3. Workout Example 1 - Part B 02- Design your first Excel VBA form.mp4 (21.1 MB)
-
3. Workout Example 1 - Part B 02- Design your first Excel VBA form.srt (12.8 KB)
-
4. Workout Example 1 - Part C - Explanation of demo Excel VBA form & code.mp4 (24.3 MB)
-
4. Workout Example 1 - Part C - Explanation of demo Excel VBA form & code.srt (11.5 KB)
-
5. Workout Example 2 - Fetching data from MS Access database using Excel.mp4 (27.1 MB)
-
5. Workout Example 2 - Fetching data from MS Access database using Excel.srt (14.4 KB)
-
5.1 03_02_Fetch_Access_Data_using_Excel_VBA.xlsm (265.8 KB)
-
5.2 Back_End_Access_DB.zip (27.7 KB)
-
5.3 03_02_Fetch_Access_Data_using_Excel_VBA.txt (2.0 KB)
-
6. Workout Example 3 - Part A - One sheet per agent or product.mp4 (32.1 MB)
-
6. Workout Example 3 - Part A - One sheet per agent or product.srt (15.7 KB)
-
6.1 Data_Sheet.xlsx (29.3 KB)
-
6.2 03_03_One_Sheet_per_Agent_or_product.txt (2.9 KB)
-
6.3 03_03_One_Sheet_per_Product_or_Agent.xlsm (19.0 KB)
-
7. Workout Example 3 - Part B - One sheet per agent or product.mp4 (33.8 MB)
-
7. Workout Example 3 - Part B - One sheet per agent or product.srt (15.6 KB)
-
8. Workout Example 4 - Part A - Coupon Assignment and Inventory management.mp4 (26.1 MB)
-
8. Workout Example 4 - Part A - Coupon Assignment and Inventory management.srt (12.5 KB)
-
8.1 03_04_VBA_code.txt (4.7 KB)
-
8.2 Demand_Tool.xlsm (21.9 KB)
-
8.3 Coupon_Store.xlsx (11.2 KB)
-
9. Workout Example 4 - Part B - Coupon Assignment and Inventory management.mp4 (24.3 MB)
-
9. Workout Example 4 - Part B - Coupon Assignment and Inventory management.srt (12.2 KB)
-
10. Workout Example 5 - Reading microsoft access data and writing into a text file.mp4 (16.3 MB)
-
10. Workout Example 5 - Reading microsoft access data and writing into a text file.srt (7.6 KB)
-
10.1 03_05_Fetch_Access_Data_and_write_into_a_text_file_using_Excel_VBA.xlsm (256.1 KB)
-
10.2 03_05_Fetch_Access_Data_and_write_into_a_text_file_using_Excel_VBA.txt (2.2 KB)
-
11. Workout Example 6 - Part A- Design survey form in excel VBA (deal with list etc..mp4 (23.8 MB)
-
11. Workout Example 6 - Part A- Design survey form in excel VBA (deal with list etc..srt (12.9 KB)
-
11.1 03_06_Survey_Form_n_Data_to_An_Access_Database.txt (3.2 KB)
-
11.2 03_06_Survey_Form_n_Data_to_An_Access_Database.xlsm (161.7 KB)
-
12. Workout Example 6 - Part B- Design survey form in excel VBA (deal with list etc..mp4 (18.3 MB)
-
12. Workout Example 6 - Part B- Design survey form in excel VBA (deal with list etc..srt (10.2 KB)
-
13. Workout Example 7 - Storing Excel VBA Form data into MS Access database.mp4 (18.0 MB)
-
13. Workout Example 7 - Storing Excel VBA Form data into MS Access database.srt (9.3 KB)
-
13.1 03_07_Excel_VBA_code.txt (0.3 KB)
-
13.2 03_07_Survey_Result_Store.zip (20.5 KB)
-
14. Workout Example 8 - Part A- Using Pivot Table, VLOOKUP etc. inside a VBA code.mp4 (38.2 MB)
-
14. Workout Example 8 - Part A- Using Pivot Table, VLOOKUP etc. inside a VBA code.srt (17.4 KB)
-
14.1 Sales_Calling_18th_Dec.xlsx (16.3 KB)
-
14.2 Collections_Calling_19th_Dec_done.xlsx (43.5 KB)
-
14.3 Collections_Calling_19th_Dec.xlsx (16.7 KB)
-
14.4 03_08_Using_Pivot_for_Sampling_through_VBA.xlsm (38.3 KB)
-
14.5 03_08_Using_Pivot_for_Sampling_through_VBA.txt (12.6 KB)
-
14.6 Sales_Calling_17th_Dec.xlsx (17.7 KB)
-
14.7 Collections_Calling_17th_Dec.xlsx (17.4 KB)
-
15. Workout Example 8 - Part B- Using Pivot Table, VLOOKUP etc. inside a VBA code.mp4 (36.5 MB)
-
15. Workout Example 8 - Part B- Using Pivot Table, VLOOKUP etc. inside a VBA code.srt (14.1 KB)
-
16. Workout Exp 09 - 01 Windows based user authentication and Voice notification.mp4 (10.3 MB)
-
16. Workout Exp 09 - 01 Windows based user authentication and Voice notification.srt (6.8 KB)
-
16.1 03_09_Windows_Based_User_Authentication_n_Voice_Notification_Through_VBA.txt (0.7 KB)
-
16.2 03_09_Windows_Based_User_Authentication_n_Voice_Notification_Through_VBA.xlsm (15.9 KB)
-
17. Workout Exp 09 - 02- Windows based user authentication and Voice notification.mp4 (2.8 MB)
-
17. Workout Exp 09 - 02- Windows based user authentication and Voice notification.srt (1.4 KB)
-
18. Workout Exp 10 - Reading worksheet data into a table and Running SQL inside VBA,.mp4 (19.6 MB)
-
18. Workout Exp 10 - Reading worksheet data into a table and Running SQL inside VBA,.srt (8.5 KB)
-
18.1 03_10_Running_SQL_Command_Inside_VBA.txt (2.6 KB)
-
18.2 03_10_Running_SQL_Command_Inside_VBA.xlsm (77.3 KB)
-
19. Workout Exp 11 - 01 Voice based reminder to make sure people stick to schedule.mp4 (2.1 MB)
-
19. Workout Exp 11 - 01 Voice based reminder to make sure people stick to schedule.srt (1.3 KB)
-
20. Workout Exp 11 - 02 Voice based reminder to make sure people stick to schedule.mp4 (2.2 MB)
-
20. Workout Exp 11 - 02 Voice based reminder to make sure people stick to schedule.srt (1.4 KB)
-
20.1 03_11_Voice_Reminder_Tool_Using_VBA.xlsm (18.4 KB)
-
20.2 03_11_Voice_Reminder_Tool_Using_VBA.txt (2.1 KB)
-
21. Workout Exp 11 - 03 Voice based reminder to make sure people stick to schedule.mp4 (11.9 MB)
-
21. Workout Exp 11 - 03 Voice based reminder to make sure people stick to schedule.srt (6.1 KB)
-
22. Workout Exp 12 - Schedule a VBA macro to run as per schedule.mp4 (18.8 MB)
-
22. Workout Exp 12 - Schedule a VBA macro to run as per schedule.srt (10.8 KB)
-
22.1 Schedule_n_Auto_Execute_Macro.xlsm (14.8 KB)
-
22.2 Batch_n_Script_file_details.txt (0.5 KB)
-
23. Workout Exp 13 - Recursive file size of all the files n folders within a folder.srt (13.4 KB)
-
23.1 03_13_Recursive_File_n_size.xlsm (198.6 KB)
-
23.2 03_13_Recursive_File_n_size.txt (2.9 KB)
-
24. Workout Exp 14 Combine multiple files through VBA.mp4 (120.6 MB)
-
24. Workout Exp 14 Combine multiple files through VBA.srt (14.8 KB)
-
<
files
|
udp://inferno.demonoid.pw:3391/announce udp://tracker.openbittorrent.com:80/announce udp://tracker.opentrackr.org:1337/announce udp://torrent.gresille.org:80/announce udp://glotorrents.pw:6969/announce udp://tracker.leechers-paradise.org:6969/announce udp://tracker.pirateparty.gr:6969/announce udp://tracker.coppersurfer.tk:6969/announce udp://ipv4.tracker.harry.lu:80/announce udp://9.rarbg.to:2710/announce udp://shadowshq.yi.org:6969/announce udp://tracker.zer0day.to:1337/announce |