V
Veggatron
Sub Macro7()
Selection.Copy
Sheets("Blad2").Select
Rows("101:101").Select
Selection.Insert Shift:=xlDown
End Sub
now the selection is pasted in "Blad2" in a new row which is inserted
at row 101. but i want the selection to be pasted after the LAST row.
it's not that hard i just can't seem to find it in the vast amount of
code google gives me when i do a search.
thnx in advance.
Selection.Copy
Sheets("Blad2").Select
Rows("101:101").Select
Selection.Insert Shift:=xlDown
End Sub
now the selection is pasted in "Blad2" in a new row which is inserted
at row 101. but i want the selection to be pasted after the LAST row.
it's not that hard i just can't seem to find it in the vast amount of
code google gives me when i do a search.
thnx in advance.