Hi Frnz,
I have a problem. Whenever i use pastespecial method, data will be pasted as picture.
i have used the fillowing statement to copy the data
InvSheet.range("A1:M5").PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:=False, Transpose:=False
where InvSheet is the sheet object of Sheet1
Please let me know how to solve this.
I have a problem. Whenever i use pastespecial method, data will be pasted as picture.
i have used the fillowing statement to copy the data
InvSheet.range("A1:M5").PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:=False, Transpose:=False
where InvSheet is the sheet object of Sheet1
Please let me know how to solve this.