afternooon all,
i have what i hope is a simple query. a colleague is attempting to subtotal data in a spreadsheet but excel is reporting back that it cannot determine the header row.
row 1 is header row (bold, italicized, different backround, etc.).
row 2 is blank.
row 3 starts the data to subtotal.
is there anyway to set the header row programatically?
thanks in advance.
regards,
longhair
i have what i hope is a simple query. a colleague is attempting to subtotal data in a spreadsheet but excel is reporting back that it cannot determine the header row.
Code:
cells.select
selection.subtotal grooupby:=6 function:=xlcount ....
row 2 is blank.
row 3 starts the data to subtotal.
is there anyway to set the header row programatically?
thanks in advance.
regards,
longhair