Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a UserForm with a TextBox on it. I have initiated the text box with a
series of values. I would like to format the result of my displayed textbox. It reads as follows. Me.TextBox4 = _ "Model:" Range("o12").Value & vbCr & _ "Customer: " & Range("n26").Value & vbCr & _ "Qty:" & Range("J26").Value I would like to underline the words Model, Customer and Qty: Can I do it? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
data label format | Charts and Charting in Excel | |||
Label Format to Column Format | Excel Discussion (Misc queries) | |||
How do I format text in a label in Excel? | Excel Worksheet Functions | |||
Data Label Format | Excel Discussion (Misc queries) | |||
add text to label (label from forms toolbar) | Excel Programming |