&

accessman2

Registered User.
Local time
Yesterday, 21:25
Joined
Sep 15, 2005
Messages
335
Hi,

In the label, I want to show the char &.

But, it shows underscore _.

How can I show the char &?

Thanks.
 
because of it's reserved nature, you must use two (presumably so VBA understands that you really, really want to put it there;) )

to show "This & That" you have to enter "This && That".

same principle applies to other reserved characters
 

Users who are viewing this thread

Back
Top Bottom