Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I can not figure this out! Does anybody knows how you can add events to controls added in runtime on a userform. I use the following code to: myheight = 12 mytop = 70 mywidth = 12 myleft = 12 Set Mycmd = Controls.Add("Forms.CommandButton.1", "Test") Mycmd.Left = myleft Mycmd.Top = mytop Mycmd.Width = mywidth Mycmd.Height = myheight |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Textbox added to Form at runtime too small, can't control size andchange event won't trigger | Excel Worksheet Functions | |||
Textbox added to Form at runtime too small, can't control size andchange event won't trigger | Excel Worksheet Functions | |||
Event procedures for controls added with CreateEventProc | Excel Programming | |||
Event procedures for controls added with CreateEventProc | Excel Programming | |||
Event procedures for controls added with Controls.Add | Excel Programming |