Thread
:
macro to backup my VBA/macro text
View Single Post
02-10-2025, 12:20 PM
gmaxey
Windows 10
Office 2019
Expert
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,601
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.
__________________
Greg Maxey
Please visit my web site at
http://www.gregmaxey.com/
gmaxey
View Public Profile
Find all posts by gmaxey