control array

  1. G

    Control Array not showing all the information it should show.

    Help Please My form only shows information in the first few text boxes and the first text box (TxtBxPrimaryNo) shows the dated in stead of the information (just numbers) that it should show. many thanks in advance. Sub FormData(ByVal Form As Object, ByVal sh As Object, ByVal RecordRow As Long...
  2. S

    control arrays excel 2003

    i use excel 2003. I have written following code in 'this workbook' as it has to run when the workbook is opened. Dim ctrlarray(1 To 5) As Excel.OLEObject Dim i As Integer For i = 1 To 5 Set ctrlarray(i) = ActiveSheet.OLEObjects.Add("Commandbutton1") Next i but for some reason it gives error on...
  3. M

    Need Automated Laziness

    Ok, so I've got 14 toggle buttons on a worksheet that ultimately could grow to be a hundred of them. I want the buttons to have no caption when idle and I want them to say "OFF" when depressed. I know how to write a sub for each button to do so. Private Sub ToggleButton1_Click() If...
  4. B

    Multiple array

    I have lots of cells that contain formulas with arrays. How can I update these without: clicking the cell clicking the formula bar then hitting CTRL+SHIFT+ENTER I know you have to use CTRL+SHIFT+ENTER to "activate" the array. For instance, my formula is...
  5. J

    Control Arrays?

    Im creating a Form In the VBA editoror and it wont let me create a control array of multiple option buttons within a frame. Can you no longer Create control arrays? I appreciate your help!
  6. K

    Control Arrays; Making it work on my form

    Okay, so I got this from http://www.mrexcel.com/forum/showthread.php?t=3525 The page is addressing exactly what I want to do. I want to have my code check to see what the value of a checkBox is and run the corresponding click event code if it's true. These are Activex Control Boxes. My code...

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