S
Shari
Hello,
Is there a way to define a variable for Chr$(10) that I
could use throughout my VB code? It's not something I
NEED, it would just be nice if, in my code, I could
simply enter 'CR' every time I need to enter a new line
in a messagebox or email.
I tried defining a constant equal to Chr$(10), but it
didn't like that. I guess I could simply define it as a
variable in my individual subs, but I was really hoping I
could just define it once and be done with it....
Thanks for any insight!
-Shari
Is there a way to define a variable for Chr$(10) that I
could use throughout my VB code? It's not something I
NEED, it would just be nice if, in my code, I could
simply enter 'CR' every time I need to enter a new line
in a messagebox or email.
I tried defining a constant equal to Chr$(10), but it
didn't like that. I guess I could simply define it as a
variable in my individual subs, but I was really hoping I
could just define it once and be done with it....
Thanks for any insight!
-Shari