Thread: copy/paste
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lee Lee is offline
external usenet poster
 
Posts: 12
Default 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