View Single Post
Old 02-03-2011, 11:59 PM   #364
askyn
Addict
askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.askyn ought to be getting tired of karma fortunes by now.
 
askyn's Avatar
 
Posts: 300
Karma: 1006538
Join Date: Jul 2008
Device: Kindle Paperwhite (11th Gen)
Quote:
Originally Posted by =X= View Post
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
askyn is offline   Reply With Quote