Simply place and around your VB code, like so:
SomeFunction()
SomeComment
And it will come out like so:
SomeFunction()
SomeComment
My biggest criticism would be your use of non-descriptive variable, control, and function names for exactly the problem we have here: I cant understand what...