Basically I want to select it with VBA code then use this to print it (the subform PivotChart)
DoCmd.PrintOut acSelection, 1, 1, acHigh, 1
The PivotChart is embeded as a subform in the form. User clicks print button then something like this:
acselection = me.frm_subFormPivot
DoCmd.PrintOut...