I am getting above error after invoking below power shell
"$xlFixedFormat = ‘Microsoft.Office.Interop.Excel.xlFixedFormatType’ -as [type]
$objExcel = New-Object -ComObject excel.application
$objExcel.visible = $false
$workbook = $objExcel.workbooks.open($Excel_P, 3)
$workbook.Saved = $true
$workbook.ExportAsFixedFormat($xlFixedFormat::xlTypePDF, $PDF_Path)
$objExcel.Workbooks.close()
$objExcel.Quit()"
Please help