Are there any tricks to commenting and uncommenting large blocks of code in VB?

In C++ i can use /* and */ but in VB I have to use ' on every line.
THX....