Testing parsing of code tags to newsgroups

S

Simon Lloyd

This is just to test which code tags allow leading dots, you may repl
if you wish
Standard Tag

Code
-------------------
With Activeshee
.UsedRang
.Range("A1"
.Activecel
End WIt
-------------------

New VBA Tag
With Activeshee
.UsedRang
.Range("A1"
.Activecel
End WIt

--
Simon Lloy

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com
 
T

The Code Cage Team

Leading dots are seen in both codes when using Internet explorer to read the
newsgroups, however the new VBA tags don't add a seperator like the code
tags. Leading dots may not be seen perhaps when a different newsreader is
used.
 
S

Simon Lloyd

Simon said:
This is just to test which code tags allow leading dots, you may repl
if you wish
Standard Tag Code
-------------------
.UsedRang
.Range("A1"
.Activecel
End WIt -------------------

New VBA Tag
With Activeshee
.UsedRang
.Range("A1"
.Activecel
End WIthLeading dots appeared in newsgroups ok from both code tags

--
Simon Lloy

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top