Access to Excel

  • Thread starter Thread starter Neil Greenough
  • Start date Start date
N

Neil Greenough

I have a table in a form in a DB which contains different information, ie
price, units etc... Now, what i'd like to do is transfer the info from the
DB into an Excel invoice using a code. So, basically in my table I have a
button, whereby when I click on it, my Excel template opens and information
is copied over from certain fields in Access to certain cells in Excel.

Is this possible? and if so how?
 
You probably need to use Automation to fill the Excel
template with data from Access.

Check Access Help or Access books on automation. There
are some article also on the Microsoft Web site but I
don't have the links handy.

HTH
Van T. Dinh
MVP (Access)
 
Neil Greenough said:
I have a table in a form in a DB which contains different information, ie
price, units etc... Now, what i'd like to do is transfer the info from the
DB into an Excel invoice using a code. So, basically in my table I have a
button, whereby when I click on it, my Excel template opens and information
is copied over from certain fields in Access to certain cells in Excel.

Is this possible? and if so how?

Here's some sample code:

http://www.mvps.org/access/modules/mdl0006.htm

There's more at this site too, so have a look around.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
And if you need more help after reviewing all the resources provided, post
back. I've done work using ACCESS to write to EXCEL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top