Stubby
Board Regular
- Joined
- Mar 5, 2002
- Messages
- 188
Hi
Is it possible to add an activeX control ie a check box to a specific cell? I have recorded a macro that places one on the sheet and the code looks like this
ActiveSheet.OLEObjects.Add(ClassType:="Forms.CheckBox.1", Link:=False, _
DisplayAsIcon:=False, Left:=643.5, Top:=236.25, Width:=108, Height:= _
19.5).Select
I assume that the Left and Top items are what controls where it goes. Any help would be much appreciated.
Is it possible to add an activeX control ie a check box to a specific cell? I have recorded a macro that places one on the sheet and the code looks like this
ActiveSheet.OLEObjects.Add(ClassType:="Forms.CheckBox.1", Link:=False, _
DisplayAsIcon:=False, Left:=643.5, Top:=236.25, Width:=108, Height:= _
19.5).Select
I assume that the Left and Top items are what controls where it goes. Any help would be much appreciated.