Sub Foo()
Const x As String = "Here's a [B]bold[/B] tag that shouldn't be parsed"
'// Here's a comment about the [I]italic[/I] tag that shouldn't be parsed
Debug.Print x
End Sub
Display More
[/NOPARSE]
Code
Sub Foo()
Const x As String = "Here's a [B]bold[/B] tag that shouldn't be parsed"
'// Here's a comment about the [I]italic[/I] tag that shouldn't be parsed
Debug.Print x
End Sub