Thread
:
copy/paste
View Single Post
#
1
Posted to microsoft.public.excel.programming
Lee
external usenet poster
Posts: 12
copy/paste
In macro, the following will do copy and paste, but what
is I need the index 7 and 14 below to be a variable?
Range("C7:D14").Select
Selection.Copy
Range("F2").Select
ActiveSheet.Paste
Reply With Quote
Lee
View Public Profile
Find all posts by Lee