Hi again guys….
Sub Name()
‘name
Sheets(“GlobalKelas”).Select
Range(“b7:b48”).Select
Selection.Copy
Sheets(“All”).Select
ActiveSheet.Unprotect Password:=””
Range(“b7″).Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False
End Sub
Above code always keeps getting error :
” Run Time Error 1004
PasteSpecial method of Range class failed ”
and highlight this :
” Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:= _
False, Transpose:=False ”
Why this thing occured and how can I overcome it..thanks a zillion