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!

Problems exporting to exel

Status
Not open for further replies.

lamaar

Technical User
Jun 29, 2000
392
GB
I run a macro to export the data in a query to exel.  I use the Macro TransferDatabase.  It used to work fine but now has stopped working.  When i select it, it no longer runs the query.  Any ideas why?
 
Access can autoconvert your macros to VBA code. When you run things in code, you have dubugging tools, the capability for error handling, and, <i>sometimes</i> useful error messages.. If you want to try converting your macro to a function and running it that way, just Use File/Save As/Module, etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top