How can i change the name of an existing ComboBox?
I tried .. and it worked .. but not anymore... and the debugger does not work here neither...
I tried .. and it worked .. but not anymore... and the debugger does not work here neither...
Code:
ActiveSheet.Shapes.Range(Array("ComboBox1")).Select
With Selection
.LinkedCell = "E" & r + 2
.ListFillRange = Range("H" & r + 2).Value
.Name = "Box"
End With