Bagharmin
Board Regular
- Joined
- Nov 22, 2010
- Messages
- 168
How do I reference a table ("QA_Full") that exists solely in the data model and not on any worksheet? I know how to do it when the table is on a sheet (i.e., Set MyTable = Worksheets("Sheet1").ListObjects("QA_Full")), but how do I accomplish the same thing when the table only exists in the data model?