View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mike mike is offline
external usenet poster
 
Posts: 216
Default UnlockProtectedCells

I have a question that I hope that someone can help me with
I have a spreadsheet A that is locked except for cells A1:A10
Cells A1:A10 are data entry cells

I have a spreadsheet B that is protected

I would like to write a macro that copies the values of Cells A1:10 from speadsheet A, unlock speadsheet B, an
then copy the value of cells A1:A10 into cells A1:A10 spreadsheet B
Then I would like to relock Spreadsheet B
I do not know if this is possible, but I would appreciate any help that someone could give. thanks