See this thread where I got this issue: Cannot add rows to DataTable from another thread.
And specifically my solution to it, where it says
_dt.Rows.RemoveAt(_dt.Rows.Count - 1)
In VB.NET rem denotes a comment, an equivalent of ', but it should do some syntax analysis, because not everything that comes after string rem is a comment.

Rem Comment here!should be same color as'Comment, and it's not. – user199936 Oct 24 '12 at 19:07'is to put<!-- language: lang-vb -->before the code. It's not properly recognizing the language, and is trying to find the closing quote – Sean Cheshire Oct 31 '12 at 18:24<!-- language -->trick looks like something I need to remember - it's not in the editor's UI. It still does not resolve the issue with rem commenting until the end of line. But please go ahead and post it as an answer (since it resolved part of the problem for now). So if not completely resolved by end of bounty, you'll get half of it, plus my upvote. – user199936 Oct 31 '12 at 19:37