gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I have code that takes a table and converts it to a range
ActiveSheet.ListObjects(1).Unlist
But now I need it to check and see if there is actually a table to convert before it runs the code
How do I check to see if there is a table first?
ActiveSheet.ListObjects(1).Unlist
But now I need it to check and see if there is actually a table to convert before it runs the code
How do I check to see if there is a table first?