How to make VBA code run when a user double clicks on the spreadsheet.
Download the samples for this series for free!
All our tutorial samples are free however if you appreciate our work and would like to make a voluntary donation then please do.
Recommended Reading
Both the below books by John Walkenbach are fantastic books and he is a brilliant author, I would recommend picking one of these books up even if just for a reference. I have read power programming cover to cover and it is easy to follow and is a must have for any serious VBA programmer.
If you have read any books and feel they are worth recommending then please post about them on our Forum.
In this tutorial video, I really didn’t understand the function of Cancel. When you set it to False, it does the same thing as well. And in my logic, since we want our code to work with a double click, we should have set Cancel to False cause we would want it to work with a double click. Can you please explain this deeper?