CTRL+C,K
Comment and un-comment lines quickly in VBE
Visual studio has CTRL+K, C and CTRL+k, U (keeping CTRL down, and pressing K then C or K then U) to comment and un-comment line or lines
VBE for VBA does not have that
After getting used to quickly comment these lines in .NET, wanted to have the same in VBE.
The issue is that you do not see those commands in menu, only in toolbar
So we can now here add these commands to menu and assign shortcut to them too
That is what I did and I am using it since then
I used &1 since I wanted the shortcut to be ALT+E,1 for commenting, and ALT+E,2 for un-commenting
You can use any key here, just keep in mind to use something not used in the Edit menu (if you dropped it in Edit)
Just wanted to share this!!
Senior Software Developer at MI7 Inc
8 年I'll second the amazing part!
Director at Oscillate Infotech PVT LTD || Web & Mobile Development/MS Access Database Development/Reporting Services/Empowering Organizations to Stay Competitive
8 年Nice.
Rapid Application Developer .... with passion
8 年Actual post: https://vba.me/Blog/?255
Rapid Application Developer .... with passion
8 年Thanks Brett, waiting to do another project together
VP, Head of R&D and Gaming Systems - AI, ML, Tech Innovation, SW, HW, Networks, Games, Gaming, Media Systems, Casino Management Systems
8 年In case anyone is wondering... ANmar is amazing.