I want to change the caption and the method's name of some Checkbox that I'm doing in a new sheet. The code that I have so far is:
Sheets("Sheet1").OLEObjects.Add "Forms.CheckBox.1", _
Left:=Cells(fil_1, col_1).Left - 11.25, _
Top:=Cells(fil_1, col_1).Top, _
Width:=Range("A1").Width, Height:=Range("A1").Height
'Caption:=""
Like this:
Or to make it easier, simply modifying your example: