Greedquest
Greedquest
@dreampuf Great!
Possible VBA bug: Instatiation of a class using default memeber calls default member of wrong class.
Something to do with the parameterless SeqC constructor being invoked, resulting in an empty container being passed which may be handled differently in the SeqA constructor Complete guess Is SeqC...
Possible VBA bug: Instatiation of a class using default memeber calls default member of wrong class.
Hmmm nah you would need brackets
Hey @steff456 no works in cmd just not powershell
I may be thick but how do we update to latest version?
I wrote an algorithm a few years ago for masonry layouts (grids where each element has fixed width but variable height, like a photo gallery with different aspect ratios )...
Glancing at the Linter validation rules I think moving the symbols to the end of the line will fix the linting issues, it looks like it wants the structure `{link}...
This is possibly because you have not declared the class "Early Bound" ```vba Option Explicit 'Early Binding Private Assert As Rubberduck.PermissiveAssertClass 'Late Binding, no intellisense Private Assert As Object ```...
 N.b. Early binding requires this reference, RD will add automatically but it's another dependency for your proj. Late binding is a bit more flexible in that way
100% Agree for Ctrl F. Couple more styles (I think having 2 yellow stars is a bit confusing, maybe there is a white version?) * [![p_win]](#-) [![a_all]](#-) [stdVBA](http://github.com/sancarn/stdVBA) ![GitHub Repo...