S
Sukim
Well
I am adding a Forms Checkbox to a excel file that i create in c#
after adding a Checkbox i would like to change the Label for the checkbox
for adding the Checkbox i specify the range and set the height,width,top and left positions of the checkbox
oSheet.Shapes.AddOLEObject("Forms.CheckBox.1",oMissing,oMissing,false,oMissing,oMissing,oMissing,oRng1.Left,oRng1.Top,oRng1.Width,oRng1.Height)
ALso if i add optionbuttons like "Forms.OptionButton.1" how do i group after adding ,
any light on this will be of great appreciatio
thanks in advanc
I am adding a Forms Checkbox to a excel file that i create in c#
after adding a Checkbox i would like to change the Label for the checkbox
for adding the Checkbox i specify the range and set the height,width,top and left positions of the checkbox
oSheet.Shapes.AddOLEObject("Forms.CheckBox.1",oMissing,oMissing,false,oMissing,oMissing,oMissing,oRng1.Left,oRng1.Top,oRng1.Width,oRng1.Height)
ALso if i add optionbuttons like "Forms.OptionButton.1" how do i group after adding ,
any light on this will be of great appreciatio
thanks in advanc