P
Paolo Sardi
Hi,
I'm trying to check if a pivot table named "MyPivot" exists in a given
worksheet.
I tried with:
If worksheets("Pivot").PivotTables("MyPivot") is nothing then...
Unfortunately Excel gives me an error, I think because it does not find the
PivotTables("MyPivot").
Is there a way to check if a PivotTable exists?
Thank you.
I'm trying to check if a pivot table named "MyPivot" exists in a given
worksheet.
I tried with:
If worksheets("Pivot").PivotTables("MyPivot") is nothing then...
Unfortunately Excel gives me an error, I think because it does not find the
PivotTables("MyPivot").
Is there a way to check if a PivotTable exists?
Thank you.