Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default SubTotal Labels

My first column is "Acct Type" and the second column is "Customer Name".

Selection.Subtotal GroupBy:=1, Function:=xlSum, TotalList:=Array(4, 5, 6,
7, _
8, 9), Replace:=True, PageBreaks:=False, SummaryBelowData:=True
Range("A1:I1").Select
ActiveWorkbook.Save

How do I keep the "Acct Type" label in column one from repeating? (no pivot
table, please!)

Cash Customer 1
Customer 2
Customer 3
Cash Sub Total #####

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 983
Default SubTotal Labels

You don't. The only suggestion that I have is to use conditonal formatting
and if the cell value is = the cell above then format the text as white (or
the same colour as the background). The data is still there but it is
invisible to the untrained eye...

HTH

"SharonInGa" wrote:

My first column is "Acct Type" and the second column is "Customer Name".

Selection.Subtotal GroupBy:=1, Function:=xlSum, TotalList:=Array(4, 5, 6,
7, _
8, 9), Replace:=True, PageBreaks:=False, SummaryBelowData:=True
Range("A1:I1").Select
ActiveWorkbook.Save

How do I keep the "Acct Type" label in column one from repeating? (no pivot
table, please!)

Cash Customer 1
Customer 2
Customer 3
Cash Sub Total #####

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Subtotal To Include Item Description On Subtotal Line Tickfarmer Excel Discussion (Misc queries) 2 February 23rd 10 07:56 PM
pasting to subtotal lines without replacing hidden -non-subtotal l harleydiva67 Excel Discussion (Misc queries) 1 October 12th 06 06:02 PM
Bolding the subtotal lines automaticlly When using the Subtotal fu 06Speed6 New Users to Excel 2 October 5th 06 03:52 PM
Subtotal of Subtotal displays Grand Total in wrong row Thomas Born Excel Worksheet Functions 5 January 6th 05 01:46 PM
Sort, Subtotal, Label Subtotal, Insert row Teak Excel Programming 2 April 8th 04 04:14 PM


All times are GMT +1. The time now is 08:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"