Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I have List Box with only 1 field and this field is expression:
=aggr(sum({< bg_t={'*'}, bg_t-={'w\o'}, Holding=>} AmountWVAT),AffiliateID,Holding,month)
i want fill my array with exacly this data
is it posible?
Try this aggr(sum({< bg_t={'*'}-{'w\o'}, Holding=>} AmountWVAT),AffiliateID,Holding,month)
hi!
i need fill array with macro like filling array from field: set val=ActiveDocument.Fields("Sale").GetSelectedValues
but i dont nedd all field, i need my result values
solve using by GetCell