![]() |
|
#1
|
|||
|
|||
|
Hello All i am hoping someone can help me in regards to formatting an active X textbox automatically with VBA I am using the following formula (Among Others) to sum together 3 text boxes I would like both the input and output text boxes to be formatted to a number/currency I also have some other Active X text boxes that i would like formatted to % On Error Resume Next N = 1 / 0 ' cause an error If Err.Number <> 0 Then N = 1 End If TextBox21 = (Val(TextBox8)) + (Val(TextBox14)) + (Val(TextBox20)) Do i include a format element in the formula or do i format the text box as separate VBA code Many Thanks Al |
|
| Tags |
| active x textbox, formatting |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Helg formating text field | andi_bln | Word VBA | 4 | 10-16-2015 03:33 AM |
| Chart Formating with ChartTitle Font and DataLabel Formating | shilabrow | Excel Programming | 0 | 06-30-2014 10:01 AM |
Text Box Active X Control
|
DawnK2018 | Word | 3 | 11-04-2013 11:17 PM |
| A text box (active X) control doesn't work on reopening the file | Chris Baker | PowerPoint | 1 | 06-07-2013 05:51 AM |
Copying text from another to Active document
|
AlexTeslin | Word VBA | 1 | 03-08-2013 09:06 PM |