View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sophism Sophism is offline
external usenet poster
 
Posts: 1
Default Pivot Table & Dynamic data

I am importing data of variable length (rows) and never know the exact size.

How can I write a programme that in setting up the Pivot table identifies
the size of the data table in the same way that "currentregion" does for say
copy and paste.

I am told that dynamic range is the answer but dont know hoe to write syntax
to incorporate into the pivot element of the VBA programme.

Ta in advance for any help offerred