Posts by rangelssilva • 11 points
2 posts
-
0
votes2
answers608
viewsA: Algorithm that performs the combination of elements of a vector in VBA?
'At the beginning of the module I put The variables C and Combs_n as private. Now would just call Comb_elements() anywhere in the program passing the arguments I got the result. Private Combs_n As…
-
1
votes2
answers608
viewsQ: Algorithm that performs the combination of elements of a vector in VBA?
I need to take a vector in vba with any N elements and perform the combination of such elements. The idea is to have a function that takes 2 arguments. The vector with the elements to be combined…