Hi,
I am looking to insert a new checkbox into the next empty cell. I can get this far, but then can't specify the properties of the box. See below:
ActiveSheet.OLEObjects.Add "Forms.CheckBox.1", Left:=1206, Top:=(Range("T" & Rows.Count).End(xlUp).Offset(1).Top) + 2.25, Width:=12, Height:=12...