Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I add a textbox control to a frame object (declared as OLEObject) in
vba code behind a worksheet? For example, I have tried the following that doesn't work... Dim objFrame As OleObject Set objFrame = ActiveSheet.OLEObjects.Add(ClassType:="Forms.Frame .1") With objFrame .Object.Controls.Add ClassType:="Forms.Textbox.1" End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamically Adding Textbox To Frame | Excel Worksheet Functions | |||
HELP: Add textbox to a frame at run time | Excel Programming | |||
frame control inside an image control | Excel Programming | |||
Dynamically adding an in-cell drop-down list (i.e. Validation Object) to a cell? | Excel Programming | |||
Adding a webBrowser object dynamically to a sheet | Excel Programming |