Hi!
Thanks Dave. Nice solution. But why do I get a runtime error no 9 "index is out of reach" (I have a Swedish version so maybe translation is out of touch) at the line marked with an X. I just want to take what I have on the clipborad so I dont need the 'your copy code here section. Any help greatly appriciated!
Sub DoIt()
Dim lRows As Long
'
On Error Resume Next
Sheets("CopyCheck").Delete
On Error GoTo 0
Sheets.Add().Name = "CopyCheck"
With Sheets("CopyCheck")
.Range("A1").PasteSpecial
lRows = .UsedRange.Rows.Count
End With
Application.CutCopyMode = False
X Sheets("PasteSheet").Rows("1:" & lRows).Insert
'Paste
ActiveSheet.Paste
Application.DisplayAlerts = False
Sheets("CopyCheck").Delete
Application.DisplayAlerts = True
End Sub
Hello Dennis! Nice to see you to. Now can I make all kind of silly questions in English as well as Swedish to you. BTW I voted for Deep Purple yesterday I´m a bit of a traditionalist. I saw them a couple of years ago. Ian Gillan is still running around in his pyjamas on stage!
:cheers::guitar::flower: