Export OLE

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

Hello,

I have a button on a form that exports various queries to a pre-built Excel
file that has links and formats just the way I want it. The code I use is:

DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "Report Map",
DestinationFile, True

This particular code does not work becuase "Report Map" is a query returning
just one column which is an OLE object (a bitmap, not linked).

Is there a way to transfer this OLE object to Excel programatically?

All that transfers is the text stating it is a bitmap object.

Many thanks for your help.

Martin
 
Back
Top