This one is already solved, just read the previous, please.
This is the one I wanna change and t has another error. Two buttons are being positioned one above another. The ones from column "B".
For Each cl In [B5664,B5668,H5664] 'update this range to place buttons i = i + 1 Set myCmdObj = TargetSheet.OLEObjects.Add(ClassType:="Forms.CommandButton.1", _ Left:=cl.Left + 1, Top:=cl.Top + 1, Width:=202.5, Height:=32.25)
Any suggestions about this thread and the one before it?