https://docs.microsoft.com/en-us/office/vba/api/excel.range.subtotal
The VBA instruction look like this:
Worksheets("Sheet1").Activate.Selection.Subtotal("GroupBy:=1, Function:=xlCount, TotalList:=Array(1), Replace:False, PageBreaks:False, SummaryBelowData:False")
My PB Script:
any la_Array[1]
this.Application.ActiveWorkbook.ActiveSheet.Range("A2").Subtotal(1, -4112, la_Array, False, False, False)
Anyone know how to translate the Array(1) instruction to PB script.
Thanks for sharing your information, that's great info for anyone else!
regards