This course is meant for those students who know basics of vba very well like variables loops and arrays. We are taking a deep dive in Events and learning them from scratch.
Events can do wonder to you projects and if you do not know them you cannot call yourself a completer program. Putting conditions like if any change happen in a cell , run a macro or when sheet deactivates or activates - run a macro and do some job. These sort of macros you will be able to make after completing this program.
What is application.intersect term in events and how why where we use them.
If Events use in sheets or entire workbook - the difference .
How to use the Undo commands using vba -undo syntax. Generally, we use ctrl+z to undo in excel but Can it be done in VBA too? How Events can work with this undo command and what is the role of undo command in projects made on events.
How we can go ahead and Create log details using events in Excel without letting user know about it.
Selection event and Change events- most used events and how they sometimes call themselves and create problems. How to overcome.
How do we use Target key word in Events.
Does target keywords can be used outside Event windows. How we should understand the meaning of Target in Events while writing the program.
How to handle overlapping of Events - Sometime it happens that due to one change in event the other one fires immediately which changes the fate of your programe and can prove as fatal code for your data. What are the different approaches we can use in these cases.
Debugging of events - Is it F8 or something else. Importance of debugging the project before it gets ready to launch.
Use of Events in Excel Dashboard?
Live projects coming directly from students, Projects that will make anyone jumping in joy.