View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Simon - M&M[_2_] Simon - M&M[_2_] is offline
external usenet poster
 
Posts: 11
Default Macro's to select an increasing range of data

Hi there,

I'm writing a macro at the moment to select for example cells A:1 to C:5,
this i can do, however this range of data increases. Today it might be A:1 to
C:5 and tomorrow it might be A1 to C6. I'm having minimal success with this.
Can someone please tell me how i can achieve it?
Many thanks in advance

Simon