controlsarr

  1. I

    Still unable to locate the case of a invalid sort

    Hi, Ive touched on this before but never solved it so now having a clear head im trying once again. I have a userform which once the fields are completed i press CommandButton1 which transfers the data to my worksheet & then sorts column A from A-Z so far this is ok. My problem is that column...
  2. I

    Format info from userform to worksheet

    Hi, My working code is supplied below for you. Can you advise how i can format the info from when its entered into the cell. Could you advise how it would be for the format called GENERAL Private Sub CommandButton1_Click() Dim i As Integer Dim ControlsArr As Variant, ctrl As Variant...
  3. I

    Addition to existing working code

    Hi, The code supplied below transfers the input data from my userform to my worksheet. Private Sub CommandButton1_Click() Dim i As Integer Dim ControlsArr As Variant, ctrl As Variant For i = 1 To 6 With Me.Controls("ComboBox" & i) If .ListIndex = -1 Then...

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