sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
Not sure if this is possible, but at the moment I am referring to Tables in a Word document from Excel as follows;
Is it possible that I can name a Table in the Word document, (which is a template), and then refer to it by name in my code within Excel?
Code:
WordDoc.tables(1)
Is it possible that I can name a Table in the Word document, (which is a template), and then refer to it by name in my code within Excel?