Protected cells

  • Thread starter Thread starter Cindy
  • Start date Start date
C

Cindy

I need to copy from one workbook to another. I need to
copy A2:D10. The information is layed out the same in
both workbooks. The problem is column C in the
destination workbook is protected and will not let me
copy over it. I know I can do it by coping twice, A2:B10
and then D2:d10, but is there any way to do with one
copy, just leaving column C out??

I cant do it with a Macro either as one workbook is on
remote access.

Any help will be appreciated. Thanks.
 
Hi
i don't think there's a solution without VBA except copying your data
column by column
 
Back
Top