This code works fine, but i have my sheet BLOCKED for selections.
Sheets("sheet1").Shapes("test_" & i).Select
Selection.Formula = ""
...and i want to to this:
Sheets("sheet1").Shapes("test_" & i).Formula = ""
But i got the object error to not accept this prop or method.
What am i missing?