Not used space in a text box

  • Thread starter Thread starter Gordon
  • Start date Start date
G

Gordon

Can anybody tell me how to fill the not used space with
"*" in a text box, such as "Hello world!**********"?
Thanks a lot.
 
Gordon said:
Can anybody tell me how to fill the not used space with
"*" in a text box, such as "Hello world!**********"?


You can do a lot with custom formats. Unfortunately, Help
on this topic is spread out over many topics that are
difficult or impossible to find (start with Format
Property).

Anyway, you could try this in the text box's Format
property:
@**
 
-----Original Message-----



You can do a lot with custom formats. Unfortunately, Help
on this topic is spread out over many topics that are
difficult or impossible to find (start with Format
Property).

Anyway, you could try this in the text box's Format
property:
@**

It works. Thanks a lot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top