I need to center align a custom label that has trailing blank(s), the trailing blank(s) being significant.
Googling, it would appear that I should substitute blanks for non-breaking blanks.
I believe a non-breaking blank is Chr(160).
Substituting blanks for Chr(160) has no effect - trailing blanks still ignored.
Any suggestions appreciated...
Googling, it would appear that I should substitute blanks for non-breaking blanks.
I believe a non-breaking blank is Chr(160).
Substituting blanks for Chr(160) has no effect - trailing blanks still ignored.
Any suggestions appreciated...