textbox7.value

  1. A

    Textbox blank if zero

    If TextBox7.Value = 0 Then TextBox7.Value = "" Hello, I have plenty of textboxes on my userform. If the textbox value is zero I want to make it zero as in sample above. Is it possible to make it with a code for all the textboxes? Thanks.
  2. Y

    Switch To Uppercase before Inserting Into Table

    Hi, I have created a userform with text fields, and it dumps this data into a table. Is it possible to convert everything to UpperCase before the data gets transferred over? Private Sub ENTER_Click() If TextBox1.Value = "" Or TextBox4.Value = "" Or TextBox5.Value = "" Or TextBox6.Value =...
  3. O

    Can this be written more elegant / efficent?

    Hi I have the following code which works fine but im wondering if there is a more efficient way to write it? Private WithEvents App As Word.Application Public Sub LiklihoodCombos(pcb1 As ComboBox) With pcb1 .Value = "Select." If .ListIndex = -1 Then .AddItem "Select."...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top