crystal Code:
  1. formula = (Sum ({Report.Volume}, {Report.RefMonth}, "weekly")-{Report.Limit})

I'm not sure how to do this with VB.

It sums the [Volume] column according to the [RefMonth] grouped by "weekly" (date) then just subtracts the [Limit]..

Translation into vb.net please.