Hi there, does anyone know hot use the Chr function to format strings??
i've used it just like the help says and it wont work - i need to use a carrige return chr(13) - but every time i use it i get an error stating that the project or library cannot be found - yet if i check the references its there!!!
my code is -
msgbox "message" & chr(13) & "message", vbokcancel
what am i doing wrong?
i've also tried to put the message into a string but still no luck...
any ideas??
-Topher
i've used it just like the help says and it wont work - i need to use a carrige return chr(13) - but every time i use it i get an error stating that the project or library cannot be found - yet if i check the references its there!!!
my code is -
msgbox "message" & chr(13) & "message", vbokcancel
what am i doing wrong?
i've also tried to put the message into a string but still no luck...
any ideas??
-Topher