View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MC[_2_] MC[_2_] is offline
external usenet poster
 
Posts: 1
Default subtotalling where # of columns vary

I am trying to setup a template file and need to
programmatically insert subtotals, but different users may
have more columns than others. The first 3 columns will
be the same for all users and the data will always be a
list with column names.

Any help would be appreciated.
MC