Thank you for your response.
When I use
groupRange.Cells(1).Group(TRUE,TRUE,7,MyArray)
I get the vbScript compilation error "Cannot use parenthesis when calling a sub"
and when I use
groupRange.Cells(1).Group(Start=TRUE, End=TRUE, By=7, Periods=MyArray)
I get the vbScript...