textboxes

  1. C

    Textboxs to Array to an array

    My application has performance issues. One of the UserForms is a series of textboxes into which the user enters information. The data is screened and then transferred to a large array of similar data. The user's ID is the row of the large array. The inputted (via textboxes) data has two...
  2. S

    limpiar textboxes colocados en frames, que a su vez están contenidos en pages, de un multipage..

    Hola, mi caso es que tengo 50 cuadros de texto los cuales estoy limpiando con la siguiente instrucción If lstListaDeCuentas = 10 Then '(limpia todos los textboxes) ufBajas.MultiPage1.Page1.Frame1.txt_A1 = "" '... (...txt_B2, ...txt_C3, etc., hasta 50) End If Como mencioné, los textboxes...
  3. D

    Clearing textboxes

    I have some textboxes on my form. There is a button to clear the textbox fields, e.g, Controls("txtCity").value = "" Controls("txtState").value = "" Here's the problem: When I close the form (Unload userform1) and then bring it back up again, the values are still there. How to...
  4. D

    Looping through textboxes

    I have a form with some textboxes, e.g., textbox1, textbox2, textbox3, etc. In VBA, I want to put values into these textboxes. How to reference the occurence of each textbox? For example, userform1.textbox1.value, userform1.textbox2.value, and so forth, but I want to do this in a loop...
  5. L

    Textboxes truncated

    What causes textboxes to be truncated when range/sheet is saved as PDF please?
  6. B

    OPINIONS WANTED - User friendly - Question

    Hello All, I have a pretty nasty Userform that is filled with textboxes. To be specific, there are 10 Groups as column headers (Group 1, Group 2, etc.) and 71 inputs as row headers (1, 2, 3 ,etc). There is a textbox for every one of these entries. However, if you can imagine, it seems like...
  7. K

    Make userform label visible when textbox is selected

    Hi, I am a newbie to VBA and have a userform question. I have a simple userform that contains a textbox and a label. How do I make the label visible only if the user selects the textbox (i.e. places the cursor in the textbox)? Thanks in advance for your help.
  8. P

    Auto tabbing between textboxes in userform with paste

    I'm trying to set up a set of text boxes in a userform that people will be pasting into from a range of cells there will be variable lengths of data pasted into each textbox. The only definate bit is that the data from each cell is separated by a space character. So the Question is. How can I...

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