K
Kent Eilers
Hi all:
I'm getting the following when I try to paste a range to another worksheet
in the same workbook:
? err.Description
PasteSpecial method of Range class failed
The cell or chart you are trying to change is protected and therefore
read-only.
I have run the unprotect after the error was triggered
wsTY.Unprotect
and still get the same error.....
This is the paste syntax I am using:
wsTY.Cells(iTargetRow, iTargetCol).PasteSpecial _
Paste:=xlFormats, _
Operation:=xlNone, _
SkipBlanks:=False, _
Transpose:=False
Why is the unprotect failing? This worked last week....there is something I
did that screwed this up and I can't figure out what....
Incidentally - the menu/tools/protection gives me both protect sheet and
unprotect workbook options and I can manually change cell values...
Thanks
I'm getting the following when I try to paste a range to another worksheet
in the same workbook:
? err.Description
PasteSpecial method of Range class failed
The cell or chart you are trying to change is protected and therefore
read-only.
I have run the unprotect after the error was triggered
wsTY.Unprotect
and still get the same error.....
This is the paste syntax I am using:
wsTY.Cells(iTargetRow, iTargetCol).PasteSpecial _
Paste:=xlFormats, _
Operation:=xlNone, _
SkipBlanks:=False, _
Transpose:=False
Why is the unprotect failing? This worked last week....there is something I
did that screwed this up and I can't figure out what....
Incidentally - the menu/tools/protection gives me both protect sheet and
unprotect workbook options and I can manually change cell values...
Thanks