J
Jarryd
Hi,
I wanted to know if there was a way to check the format of a message in VBA?
I would like to check for outgoing messages that are formatted in HTML. If
they are HTML I want to then run through each line of HTML code and when one
is more than 999 characters it must be broken in to two lines.
For example:
<HMTL This is the very long line of code... now at 999 characters... and now
we have gone way past that...
2nd line...
This I want to change:
<HMTL This is the very long line of code... now at 999 characters...
and now we have gone way past that...
2nd line...
Any help with this would be greatly appreciated.
TIA,
Jarryd
I wanted to know if there was a way to check the format of a message in VBA?
I would like to check for outgoing messages that are formatted in HTML. If
they are HTML I want to then run through each line of HTML code and when one
is more than 999 characters it must be broken in to two lines.
For example:
<HMTL This is the very long line of code... now at 999 characters... and now
we have gone way past that...
2nd line...
This I want to change:
<HMTL This is the very long line of code... now at 999 characters...
and now we have gone way past that...
2nd line...
Any help with this would be greatly appreciated.
TIA,
Jarryd