Hi,
I'm trying to get the following code to only attach a pivot table on the page as the pdf.
Private Sub CommandButton1_Click()
Dim IsCreated As Boolean
Dim i As Long
Dim PdfFile As String, Title As String
Dim OutlApp As Object
' Define PDF filename
PdfFile =...