I have the following code:
Thank You
Tony
What is happening is it is deleteing my ODBC link to the SQL database. How do I clear out the data on this tab without deleting the ODBC link?Sub Clear_SQL()
'
' Clear_SQL Macro
'
'
Sheets("SQL Results").Select
Columns("A:H").Select
Selection.ClearContents
Sheets("Summary").Select
End Sub
Thank You
Tony