Ok, I'll admit to being dumb.
How do you post formatted code? Even using the VB code tags, you'd be typing into that box all day.....or am I missing something obvious?
Thanks!
Much appreciated
Printable View
Ok, I'll admit to being dumb.
How do you post formatted code? Even using the VB code tags, you'd be typing into that box all day.....or am I missing something obvious?
Thanks!
Much appreciated
In the reply box, simply surround your code with the vb code tags, ie:
Typing:
[vbcode]
Private Sub TestCodeTags()
'code goes here
End Sub
[/vbcode]
gives you...
VB Code:
Private Sub TestCodeTags() 'code goes here End Sub
To get some information on [vbcode] and other tags, click the vB code is ON link in the lower left-hand corner of the page as you are reading my reply.