A recent discussion on the Excel-L mailing list had me thinking about late bound versus early bound, and why I prefer late bound VBA code. Someone posted some code there to solve someone else's problem and mentioned that you had to set a reference to a certain object library before running the code. I suggested a late bound version that would also work, without setting a reference.
So I feel the need to explain why I like late bound code.
Continue Reading: Why I prefer late bound code »
Follow Me