Kevin,
You can have Spreadsheet B adjust the number of formula's programattically
by cycling through the maximum used range in Spreadsheet A and inspecting
individual cells for formula's.
The following property will return the total number of rows in Spreadsheet A
sheet1.UsedRange.Rows.Count
You can then cycle through each of the cells in that range to determine if
there is data in those cells.
http://ForPicks.com
> I have a spreadsheet where I import daily data into
> worksheet A. Sometimes there will be 5 rows of data and
[quoted text clipped - 5 lines]
>
> Please help or give me some direction! thanks