Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting query to Excel.

Status
Not open for further replies.

mbowler9

IS-IT--Management
Sep 8, 2003
105
US
I have a database that until recently would export 50 reports with the DoCmd.Transferspreadsheet command. Well, I had computer problems that required me to reintall Access and now when I do this I get an error 3027 "Database or object is locked or read only". I tried to export the query with "Save As", but when I get to the part where I select "Excel 97" from the drop-down, it isn't there.

Any suggestions?

Thanks
 
Have you checked to see that a reference exists to the Microsoft Excel Object Library thorugh Tools - References in VBA?

John R
 
Also, check that the "Advanced Wizards" were included in the installation list for Access.
 
The reference to Excel 10.0 is present.

When I installed Access I selected "Install All". Is there a way to specifically check if "Advanced Wizards" is installed?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top