Klash Ville
Board Regular
- Joined
- Sep 19, 2017
- Messages
- 83
I need a simple if statement to check if a certain table exists.
I have this code but it's not working...
I have this code but it's not working...
Code:
Dim Table2 As ListObject
If Table2 Is Nothing Then
(...)
End If