View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Geebee Geebee is offline
external usenet poster
 
Posts: 28
Default increase range programmatically

hi,

I have a pivot table which is based on a specified range from another sheet
in the same workbook. All works fine if there are no records within the
specified range, but when there are records added resulting in new records
being outside of the specified range, we start to have problems.

I DO NOT want to specify the WHOLE sheet as the range, as this will slow
down the file and increase it's size. Does anyone know how to
programmatically increase the defined range when new records are entered?

Thanks in advance
geebee