how to do multiple lines comment visual basic code example
Example 1: visual studio comment out multiple lines
Ctrl+K+C
Ctrl+K+U
Example 2: visual basic multiline comment
'Highlight lines to comment
'Press Ctrl + K, then Crtl + C
'To uncomment: press Ctrl + K, then Ctrl + U