userform_initialize

  1. A

    Change Event for Multiple Check Boxes

    I have 25 text boxes named in the following manner on a UserForm Name: id_[X]_box 1<= x <= 25 I am trying to write a program which can register a change event for all 25 boxes and populate the corresponding [DESCRIPTION] Labels. Naming scheme for Description Labels Name: desc_[X]_label 1 <= X...
  2. S

    Help to get Label.Caption each row on 5 second

    This code belove will take random cells text to Label1.Caption in Form Now i want Lebel1.Caption will appear Cells(1,4) 5 seconds then cells(2,4) 5 seconds then cells(3,4) 5 seconds .... to the end row. Please help me to do that, thanks in advance./. Private Sub Userform_Initialize()<code...
  3. R

    copy sheet and change name

    Please, give me an advice. I have a combobox where I choose a template. below it I have textBoxt to change the name. I don't know how to go on. I can only copy. thank you for your advice Private Sub btn_create_Click() Sheets(choose_template.Value).Copy After:=Sheets("Content")...
  4. S

    How to Delete Multiple cells using ListBox Multi selection

    If I have selected more than one selection in List Box, I am not able to delete all of my selected values. It either Deleting from Top or Bottom. I have already searched for codes in internet and whatever i got, it is not working for me.Code given for your reference:
  5. C

    Userform_Initialize Only Working Once

    Evening All, Could someone help me understand what I am doing wrong please. I am trying to create a user form (my first one) When I use userform_initialize it works the very first time I run the script. I then close the form to make some changes and next time I run the same script I get '...
  6. Prevost

    Contain all events within userform_initalize

    Hi There. Is there a way to control what happens when a button is clicked under the userform_initialize event? I am not sure I understand the hierarchy of how to properly create a Userform. I have public variables declared in a module and need to use those values in the dropdown box menu, but I...
  7. S

    VBA Dropdown

    I have a vba user form with several excel drop down lists. I would like the dropdowns to display a list of products. If selected in another dropdown I would like the product to be removed from the other dropdowns. I have the validation working in the workbook using the worksheets and can setup...

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