Thread
:
paste
View Single Post
#
1
Posted to microsoft.public.excel.programming
jobra
external usenet poster
Posts: 13
paste
I wish to copy a line and paste it into anotherline
Sub macro1()
Range("A2:L2").Select
ActiveSheet.Copy
Range("A23:L23").Select
ActiveSheet.Paste
end sub
This doesn't work
Can anyone help me on this
Thanks
Reply With Quote
jobra
View Public Profile
Find all posts by jobra