View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
buzz buzz is offline
external usenet poster
 
Posts: 15
Default Conditional copy

I have a range E5:H72 used as a data table. It is updated with a new column
of information weekly Next week it will be E5:I72 and so on. I want to take
the last 13 columns (weeks) and copy paste them to another worksheet for
reporting.

Can anyone help me with this, noting that:
when there are less than 13 columns I want them all
when there are greaterte than 13 I want the 13 rightmost (most recent)
columns

Thanks