View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] phong.lee@gmail.com is offline
external usenet poster
 
Posts: 16
Default Run time error 3085

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.