Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From the macro recorder::
ActiveSheet.OLEObjects.Add(ClassType:="Forms.Check Box.1", Link:=False, _ DisplayAsIcon:=False, Left:=642.75, Top:=159.75, Width:=103.5, Height _ :=21.75).Select NickHK "Abhimanyu Sirohi" wrote in message ... I am using Excel object model in C# using Office XP PIA. I want to add a checkbox to the worksheet programmatically. In VBA I can add a checkbox using the 'CheckBoxes' collection's Add method but there is no such collection in PIA classes. regards |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding a checkbox | Excel Discussion (Misc queries) | |||
Adding a Checkbox in Cells | Excel Discussion (Misc queries) | |||
Adding CheckBox Caption to a Listbox | Excel Programming | |||
Adding checkbox within a frame | Excel Programming | |||
Problem in adding item to a checkbox | Excel Programming |