View Single Post
 
Old 02-10-2025, 12:49 PM
Italophile Italophile is offline Windows 11 Office 2021
Expert
 
Join Date: Mar 2022
Posts: 542
Italophile is just really niceItalophile is just really niceItalophile is just really niceItalophile is just really nice
Default

Quote:
Originally Posted by gmaxey View Post
Yes, I understand it is late binding, but typically, with late binding I believe you have
to do something like:


Set vbProj = CreateObject(????????)


Where in this case we can user the object ThisDocument.VBProject without having a reference.
Late binding refers to the use of a variable typed as a generic object which is only bound at the Set statement, which is the case in your code.
Reply With Quote