VBA Early vs Late binding - real life performance differences
问题 I'm writing a robust Word macro that will be used on wide range of Words on several different machines. I have red on many expert VBA forums, that early binding is always preferred to late binding, as being far superior in performance, etc. For my logic it feels so however -unless benefits are proven convincingly-, that the exact opposite applies in terms of usability, because i don't want the pain of assuring those lib-references ticked on all machines it might run on. I have experimented