What is the easiest way to store all unlocked cells in a range so I can use this range in macros.
I tried to loop all cells to find a unlocked cell and subsequently add this cell to a var using var = var & (,) & foundcell.Address, but takes a long time. Is there a faster way to do this ?
I tried to loop all cells to find a unlocked cell and subsequently add this cell to a var using var = var & (,) & foundcell.Address, but takes a long time. Is there a faster way to do this ?