How can I use powershell to move a worksheet from an existing open excel file to another open existing excel file. Note, I don't want to create a new excel file which is what "$excel.worksheets.item("name of worksheet to move").move()" does.
↧