Textbox and Bullets

B

Benz

Using a userform - Is there a line of code that will insert " * " at the
insert point of a textbox or where the user clicks and then runs the macro?
or possibly ever time the user clicks return in a multiline textbox for the
macro to auto insert " * " ?

Any help is appreciated.

Thank you.

Ben Z.
 
B

Bear

Benz:

In your form, you can write code to initialize the content to have a
starting asterisk. This is the UserForm Initialize procedure.

You can also add code to the txtName (whatever label you use) Change
procedure to determine whether or not the user has pressed Enter, and append
an asterisk to the value of the textbox.

Bear
 

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

Top