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

Search results for query: *

  1. GaryCoulter

    Pivotchart out to PDF file using a macro or VB

    I have a macro that will open a PivotChart on the screen. The second line in the macro is the Printout. Running the macro will output the Pivot Chart to the printer. ============================================================ Function Macro1() On Error GoTo Macro1_Err DoCmd.OpenForm...
  2. GaryCoulter

    macro to print filtered pivotchart to a PDF file

    I have setup a macro using the OenForm and Printout to capture my pivotcharts in a PDF file. I am trying to find a way to automate this task. Here are two lines that show what I am trying to do. DoCmd.OpenForm "Final_Top_PEC_Form", acFormPivotChart, "", "[id]=1", ...

Part and Inventory Search

Back
Top