{"id":14976,"date":"2018-09-09T20:50:49","date_gmt":"2018-09-09T20:50:49","guid":{"rendered":"http:\/\/learnexcelmacro.com\/wp\/?p=14976"},"modified":"2022-08-17T19:15:13","modified_gmt":"2022-08-17T19:15:13","slug":"vba-referencing-and-early-binding-vs-late-binding","status":"publish","type":"post","link":"https:\/\/vmlogger.com\/excel\/2018\/09\/vba-referencing-and-early-binding-vs-late-binding\/","title":{"rendered":"Early Binding v\/s Late Binding in Excel VBA Programming"},"content":{"rendered":"
[et_pb_section fb_built=”1″ admin_label=”section” _builder_version=”4.17.6″ custom_padding=”0px|0px|0px|0px|true|true” da_disable_devices=”off|off|off” global_colors_info=”{}” da_is_popup=”off” da_exit_intent=”off” da_has_close=”on” da_alt_close=”off” da_dark_close=”off” da_not_modal=”on” da_is_singular=”off” da_with_loader=”off” da_has_shadow=”on”][et_pb_row admin_label=”row” _builder_version=”4.17.6″ background_size=”initial” background_position=”top_left” background_repeat=”repeat” custom_padding=”0px|0px|0px|0px|true|true” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”4.16″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text _builder_version=”4.17.6″ _module_preset=”default” custom_padding=”0px|0px|0px|0px|true|true” global_colors_info=”{}”]Early and Late Binding is a common phenomenon across computer programming languages. In simple terms, Binding means – how and when methods or properties of an Object are compiled and checked. <\/span><\/p>\n
In the case of Excel VBA [COM – Component Object Model] – this occurs when you are trying to automate something which is not part of default object library of Excel<\/strong> (in this case). <\/p>\n