Hi,
i have "Run time error no value given for one or more required parameters" on execute statement in vba
I am trying to connect Excel as database. i am going to execute update query from one excel workbook.
Public con_daily As Connection
Public con_ele As Connection
Public com_daily As...