View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sandeman[_7_] Sandeman[_7_] is offline
external usenet poster
 
Posts: 1
Default Automatic range adjustment when copying data


Excel experts...

I have two worksheets in my workbook, one of which goes to a maste
worksheet and selects a range of cells. The macro I use is:

ActiveCell.FormulaR1C1 = "=Dates!RC"
Range("A2").Select
Selection.AutoFill Destination:=Range("A2:A500")
Type:=xlFillDefault
Range("A2:A500").Select

I use a range from 2 to 500 because the information rarely exceeds 50
cells. How can I have the macro go to the main worksheet and onl
collect what data is there rather than just 500 rows of data, most o
which I don't use and look ugly in the worksheet.

Many thanks for your help. This site and the people on it is a savior

--
Sandema
-----------------------------------------------------------------------
Sandeman's Profile: http://www.excelforum.com/member.php...fo&userid=3244
View this thread: http://www.excelforum.com/showthread.php?threadid=52311