Hmm, I was wondering if there is a way in VB to use multiline comments. You can comment your code by putting this ' or REM in front of a line, but if you want more than one line commented you have to add them to every line apart...

Is there a way to use multiline comments in VB? E.g. in Java it's done like this:
Code:
*/Comment
Another comment
Yet another/*
Don't tell me MS didn't implement this...