Tag: early binding

VBA – Early and Late Binding

What exactly are early and late bindings? This is what MSDN tells us about it: The Visual Basic compiler performs a process called binding when an object is assigned to an object variable. An object is early bound when it is assigned to a

Tagged with: , , ,
Top