Run-Time error'1004' PasteSpecial Method of Worksheet class failed
ActiveSheet.PasteSpecial Format:="text", Link:=False
DisplatAsIcon:=False
Rows("1:15").Select
Selection.Delete:=xUp
Works 1st time, then fails
Also: How to clear clipboard with macro?
Thanks many times
gj
|