Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to make this work with the group box but I don't seem to be
able to find it as a classtype ? Sub AddComm_button() ActiveSheet.OLEObjects.Add ClassType:="Forms.Frame.1", Left:=126, Top:=96, Width:=126.75, Height:=25.5 End Sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The groupbox isn't an OleObject.
ActiveSheet.GroupBoxes.Add(110.25, 84, 112.5, 69.75).Select -- Regards, Tom Ogilvy "michael v" wrote in message ... I would like to make this work with the group box but I don't seem to be able to find it as a classtype ? Sub AddComm_button() ActiveSheet.OLEObjects.Add ClassType:="Forms.Frame.1", Left:=126, Top:=96, Width:=126.75, Height:=25.5 End Sub |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanx Tom
"Tom Ogilvy" wrote in message ... The groupbox isn't an OleObject. ActiveSheet.GroupBoxes.Add(110.25, 84, 112.5, 69.75).Select -- Regards, Tom Ogilvy "michael v" wrote in message ... I would like to make this work with the group box but I don't seem to be able to find it as a classtype ? Sub AddComm_button() ActiveSheet.OLEObjects.Add ClassType:="Forms.Frame.1", Left:=126, Top:=96, Width:=126.75, Height:=25.5 End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error with OLEObjects | Excel Programming | |||
OLEObjects | Excel Programming | |||
OLEObjects .. again | Excel Programming | |||
Taking over OLEObjects... Possible ?! | Excel Programming | |||
OLEObjects clickable? | Excel Programming |