Change Text Size On Click

  • Thread starter Thread starter The Boondock Saint
  • Start date Start date
T

The Boondock Saint

Hi All,
Is there a way you can change the Text Size of Text in a Text Box when you
click on the box,
I have a text box called Comm and id like it to go from size font 6.. to
size 10 when the box is clicked...

Any ideas?
Cheers
The Saint
 
Saint,

On the Enter event of the textbox, you can put code like this...
Me.NameOfTextbox.FontSize = 10

.... and then set it back to 6 on the Exit event.
 

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