Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/vba/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法自动刷新HPE的excel SFDC连接器_Excel_Vba_Salesforce_Connector_Sfdc - Fatal编程技术网

无法自动刷新HPE的excel SFDC连接器

无法自动刷新HPE的excel SFDC连接器,excel,vba,salesforce,connector,sfdc,Excel,Vba,Salesforce,Connector,Sfdc,我正在尝试运行刷新excel连接的VBA或PS1文件。但HPE salesforce的SFDC连接器未连接 $app = New-Object -comobject Excel.Application $app.Visible = $True $wb = $app.Workbooks.Open("C:\Sanjay Kumar\Reports\CaseAge30 - Raw Data.xlsx") $wb.Name $wb.Refresh $wb.Save() 我运行了此命令,但运气不佳。$a

我正在尝试运行刷新excel连接的VBA或PS1文件。但HPE salesforce的SFDC连接器未连接

$app = New-Object -comobject Excel.Application
$app.Visible = $True
$wb = $app.Workbooks.Open("C:\Sanjay Kumar\Reports\CaseAge30 - Raw Data.xlsx")
$wb.Name
$wb.Refresh
$wb.Save()

我运行了此命令,但运气不佳。

$app=New Object-comobject Excel.Application$app.Visible=$True$wb=$app.Workbooks.Open(“C:\Sanjay Kumar\Reports\CaseAge30-Raw Data.xlsx”)$wb.Name$wb.Refresh$wb.Save()$app=New Object-comobject Excel.Application$app.Visible=$True$wb=$app.Workbooks.Open(“C:\Sanjay Kumar\Reports\CaseAge30-Raw Data.xlsx”)$wb.Name$wb.Refresh$wb.Save()