Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am using the following code to add a frame to a form.. Set AddMyControl = Controls.Add("Forms.Frame.1", "fraFrame1", Visible) AddMyControl.Left = 50 AddMyControl.Top = 50 AddMyControl.Caption = "New Frame Box" AddMyControl.Width = 70 AddMyControl.Height = 50 I then want to add, say a checkbox into that frame. Anybody done this before, got any ideas how it codes? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Userform runtime controls & Macs | Excel Programming | |||
Removing Controls at RunTime? | Excel Programming | |||
How to create controls at runtime | Excel Programming | |||
Add Controls With Events at Runtime | Excel Programming | |||
creating controls at runtime | Excel Programming |