Quote:
Originally Posted by =X=
I hate MS.
The problem is a 2003 vs 2007 problem. This is why I could not resolve it when you first reported the problem I only had 2003.
Anyhow the fix is easy.
Code:
Replace
Char(13)
with
VBA.Char(13)
|
Hmm I found Char(13) in 2 spots and replaced it with VBA.Char(13)
it still errors out tho.
Compile error:
Method or data member not found
the part that is highlight is .Char