When this part of my code is used an error report comes up and the de-bugger highlights the pastespecial part. However when the protection is removed from the sheet it is pasting to also removing the "Unprotect" code it works fine??
the error message is....
Run-time error '1004'
Paste special method of range class failed
ActiveSheet.Unprotect password:="jon"
Range("A1000").End(xlUp).Select
Selection.Offset(1, 0).Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False
Any Suggestions???
the error message is....
Run-time error '1004'
Paste special method of range class failed
ActiveSheet.Unprotect password:="jon"
Range("A1000").End(xlUp).Select
Selection.Offset(1, 0).Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False
Any Suggestions???