Answers for "multi line comment in visual studio"

VBA
3

how to comment multiple lines in vscode

********** For Windows **********
-> How to comment a block?

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
Posted by: Guest on October-16-2020
0

visual basic multiline comment

'Highlight lines to comment
'Press Ctrl + K, then Crtl + C
'To uncomment: press Ctrl + K, then Ctrl + U
Posted by: Guest on January-13-2021

Code answers related to "VBA"

Browse Popular Code Answers by Language