JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
I use code tags to post code in threads aka
Usually, I write the code in the VBE to test, then copy and paste to the thread inside the code tags.
Unfortunately, it seems to add extra "lines" in between the code, usually after Sub, which means I then edit my post to remove.
Does anyone know what to do to avoid this or what causes it? It doesn't happen after every empty line, e.g. for above, it would look like this initially:
Cheers,
Jack
I use code tags to post code in threads aka
Rich (BB code):
Sub Macro1()
'Some code
End Sub
Unfortunately, it seems to add extra "lines" in between the code, usually after Sub, which means I then edit my post to remove.
Does anyone know what to do to avoid this or what causes it? It doesn't happen after every empty line, e.g. for above, it would look like this initially:
Rich (BB code):
Sub Macro1()
[extra empty line]
'Some code
End Sub
Cheers,
Jack