0
有人能告訴我如何使用PowerShell for Excel 2016執行插入操作嗎?PowerShell Excel 2016插入
我已經試過這樣:
$erow = $ws.(1,1).entirerow
$active = $eRow.activate()
$active = $eRow.insert([microsoft.office.interop.excel.xlDirection]::xlDown)
「插入」是什麼意思?你期望代碼片段做什麼,它實際上做了什麼? –