Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Y'all:
I am trying to add a control at run time on my user form. Using Excel 2002. If you go into the visual basic help and search on "control.add" the very first item in the returned list is "AddControl Event". The example that is given for the AddControl Event won't run for me. I pasted it below. WHat is wrong with it? russ Dim Mycmd as Control Private Sub CommandButton1_Click() Set Mycmd = Controls.Add("MSForms.CommandButton.1") ', CommandButton2, Visible) Mycmd.Left = 18 Mycmd.Top = 150 Mycmd.Width = 175 Mycmd.Height = 20 Mycmd.Caption = "This is fun." & Mycmd.Name End Sub Private Sub UserForm_AddControl(ByVal Control As _ MSForms.Control) Label1.Caption = "Control was Added." End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looking for a flexi-time control spreadsheet | Excel Discussion (Misc queries) | |||
date and time picker control | Excel Discussion (Misc queries) | |||
Problem With Date and Time Picker Control 6.0 | Excel Discussion (Misc queries) | |||
microsoft date and time picker control | Excel Discussion (Misc queries) | |||
Date and Time Picker Control | Excel Discussion (Misc queries) |