L
Lee
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
14").Select
Selection.Copy
Range("F2").Select
ActiveSheet.Paste
is I need the index 7 and 14 below to be a variable?
Range("C7

Selection.Copy
Range("F2").Select
ActiveSheet.Paste