Difference Between Early Binding & Late Binding
As a VBA Developer, once you start getting savvy with Excel and start doing some fairly complex coding, you will find yourself in a position, where you would have to communicate with applications like Word, PowerPoint (Client Applications), or some other software component, and control them through Excel (Host Application). This interaction happens between applications using the Microsoft's Component Object Model (COM). To be able to control or communicate with Client Applica