Hello all,
I have a
vb written in excel that opens up a new workbok and renames 3
excel sheet tabs. When i try to get data from a query in Ms Access
the following line gives me a run-time error '3085', i'm not sure why
this is happening. Can somesome assist me?
Sheets("Live Dates By Month").[a13].CopyFromRecordset rec
The line above is where i get the message. Thank you.