rubberduck-vba / Battleship

An Object-Oriented VBA experiment
MIT License
85 stars 22 forks source link

Remove the RubberDuck Add-In, if it is not needed... #10

Closed Vitosh closed 5 years ago

Vitosh commented 6 years ago

😃

capture

retailcoder commented 6 years ago

Yeah I noticed I had left the early-bound reference in there, to get intellisense on the AssertClass members when writing unit tests, and forgot to remove it.

I edited the "release" to late-bind the Rubberduck type library; I'll late-bind it in the source code too next time I push commits here - or I'll be happy to take a PR that does it, too!