G
Guest
I have a spreadsheet that I am working with in VBA. I have tried making the sheet read only after populating it by using the following code
For i = 1 to
sheet1.Columns(i).Locked = Tru
Nex
However, I am still able to edit all cells. Is there some other syntax that I should use? Can't figure out why this won't work
Thanks much
For i = 1 to
sheet1.Columns(i).Locked = Tru
Nex
However, I am still able to edit all cells. Is there some other syntax that I should use? Can't figure out why this won't work
Thanks much