Here's an example
Code:
' code tags
If A <> B Then Exit Sub
vb Code:
  1. 'highlight=vb tags
  2. If A <> B Then Exit Sub