msquared99
Member
OK, I have this macro that I created in Excel 2010. The issue is I have used Object References and that is causing issues with Office 2007 users. So I am trying to late bind Word so I do not have to use the Object Reference.
I have tried to get late binding to work but keep haging different issues.
I get Run-time error '5861': 'Name' is a read only property. on this line of code: wdDoc = Dir(Path & "\*.doc")
Could some please help me understand what is incorect in my macro?
Thanks a lot. I am still new at VBA.
I have tried to get late binding to work but keep haging different issues.
I get Run-time error '5861': 'Name' is a read only property. on this line of code: wdDoc = Dir(Path & "\*.doc")
Could some please help me understand what is incorect in my macro?
Thanks a lot. I am still new at VBA.