I'm going to kick myself as soon as someone posts the answer to this...maybe it's just because I haven't had my coffee yet but I can't remember the code used to hide multiple lines of code.
Example:
Example:
VB.NET:
<<Something here
Private Sub fun1()
funstuffhere.show()
End Sub
Private Sub fun2()
morefunstuffhere.show()
End Sub
<<Something else here