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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access to Word or HTML

Status
Not open for further replies.

shefea

Programmer
Jun 20, 2001
9
CH
Hi, I have a access application that creates a graph in access. I want to export it to a drive so that others can open the graph in another application such as Powerpoint,
or Word or HTML.
My problem is when i tried to export using a .txt html template and a recorded macro executed by a .bat, nothing shows up. When I tried with text only, it worked fine, but this is not text ;(
Can anyone suggest a working solution? Please. :)

shefea

 
I'm not familiar with Access, but you should be able to COPY your graph, open Word (programmatically), and paste the graph into a new document, which you can then save to the network drive. The most convenient way to do this from Excel would be the .copypicture method, because it pastes readily into any platform. But you should be able to get it to work with just .copy as well - you may need to use .pastespecial instead of .paste in Word, in that case.
Rob
[flowerface]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top