I want to suggest using the courier (fixed width) font in code sections of a message, this will make the code look more familiar as a code snippet, since the font in VB code panes is also mainly courier / fixed width.
Printable View
I want to suggest using the courier (fixed width) font in code sections of a message, this will make the code look more familiar as a code snippet, since the font in VB code panes is also mainly courier / fixed width.
The code tag ([ code ] and [ /code ]) do use the courier font.
For example:
JohnCode:'This is a comment
If ThisIsCode Then
MsgBox "Hello - check out these 'quotes'!" ' Have a comment
End If
' And Another Comment