Hi,
I want to underline my text in Textbox. Tried with, but guess that VBA is missing this function. Any other ways for doing that ?![]()
strDup(20, "-")
Hi,
I want to underline my text in Textbox. Tried with, but guess that VBA is missing this function. Any other ways for doing that ?![]()
strDup(20, "-")
![]()
String(20, "-")
Entia non sunt multiplicanda sine necessitate
i'm sorry, I don't know what strDup() does (other than duplicates string) or string() does but shouldn't
do the job?![]()
Me.TextBox1.Font.Underline = True
Oh! So you don't want to underline text, you want to draw some line out of repetitive minus signs... right...
Last edited by bulina2k; 03-03-2014 at 04:15 PM.
.. and don't forget to have fun!
Bogdan.
mark SOLVED andAdd Reputation if my answer pleases you
Yes, Strdup only duplicates string, which is exactly what I want, unless you can tell me how to use .underline only for certain words, your code underlines all text.
You're welcome.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks