Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant3535 authored Dec 13, 2018
1 parent e2d25d3 commit 38e4aba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ADRecon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4312,7 +4312,8 @@ Function Get-ADRExcelPivotTable
}
$UsedRange = $SrcWorksheet.Range($PivotCols+$rows)
$PivotCaches = $workbook.PivotCaches().Create([Microsoft.Office.Interop.Excel.XlPivotTableSourceType]::xlDatabase, $UsedRange, [Microsoft.Office.Interop.Excel.XlPivotTableVersionList]::xlPivotTableVersion12)
Remove-Variable Columns
Remove-Variable rows
Remove-Variable PivotCols
Remove-Variable UsedRange
}
Remove-Variable PivotFailed
Expand Down

0 comments on commit 38e4aba

Please sign in to comment.