Hi there
I have an excel sheet which queries a MySQL database.
It all runs well (if connected first, which it does when the Workbook is first opened)
However I am now trying to detect when there is no connection (for whatever reason) so it reconnects again before running any queries.
The...