Thread: List subtotals
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Super Slueth Super Slueth is offline
external usenet poster
 
Posts: 5
Default List subtotals

Hi

I'm using the following code to generate subtotals from a list
is there anyway I can find the cell reference (R1C1) of each
generated subtotal

Columns("K:L").Select
Selection.Subtotal GroupBy:=1, Function:=xlSum,
TotalList:=Array(2), Replace:=True, PageBreaks:=False,
SummaryBelowData:=True


any ides please

Many thanks