View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg[_21_] Greg[_21_] is offline
external usenet poster
 
Posts: 8
Default Copy via code from a dynamic range using offeset

Hi out there,

Can someone help me with the syntax to refer to a dynamic range via
code?

I am trying to use activesheet with the following parameters:

- Start copy at cell CI6 (including CI6)
- Go down rows via value in cell CI2
- Past values to cell G6


TIA,

Greg