View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Simon Greenland Simon Greenland is offline
external usenet poster
 
Posts: 3
Default Creating summary sheet

Hi,

I have a worksheet that contains some detailed data. I'm trying to
programatically build a second worksheet that will show a summary of that
data. However, I'm more than a little stumped.

The detailed data is in 4 columns of the form: Server, Person ,File, Size.
The summary needs to show 3 columns: Server, Person, TotalSize

I can do a little VBA, but I'm certainly no expert and would appreciate any
guidance you can offer.

Many thanks,

Simon