Hi all
I have a file that I run an SQL connection to a database on load.
Whenever the file opens, I get the Run Time 91 error on load - Object variable or With block variable not set.
Yet I can end the macro and re-run it without any further error.
Private Sub Workbook_Open()
Call Load_Sap...