Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wise move IMO, it gives you more control and flexibility.
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Grant Williams" wrote in message ... Bob/Tom et al thanks very much for that. Actually, in the end, I ended up hiding the previously created controls. What I did was give the current array of controls the name of the current Stored Procedure like: Set objLabelParamName = objPage.Controls.Add("Forms.Label.1", "TMP_" & strSprocName & "_NAME_" & i, Visible) where strSprocName was defined as the value from combo. This was the perfect solution as all other controls are removed when the form is closed anyway as controls created at runtime are only temporary. I appreciate the time and advice fellas. Hoping I can contribute somehow in the future to the group. Grant Williams *** Sent via Devdex http://www.devdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
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 | |||
runtime Control and code in VBA | Excel Programming | |||
Changing the height of a commandbar control (edit box) at runtime | Excel Programming |