Copy or Export PivotChart

H

Helge V. Larsen

I am viewing a table or query in PivotChart View and want to get it included
in a Word document.
But Access does not allow me to copy it to the clipboard or to export it to
e.g. JPG format.

Can VBA in some way help me in this ?
 
E

Ed Robichaud

Two possible manual techniques for exporting pivot charts:

- Capture the screen (either <Alt-PrtScreen>, or many 3rd party capture
apps) and paste it into a Word doc

-Print the screen image as a PDF

-Ed
 
Top