How to check whether subtotals are on a worksheet

A

AlanAylett

Hi,

does anybody know a way of checking whether subtotals have been added
to a worksheet using a macro??

Cheers, Alan
 
D

Dave Peterson

How about just looking for "=subtotal("?

Record a macro when you do it manually (edit|find)
 
Top