“New” Excel.Application vs Excel.Application
问题 I am seeking clarification on the impact of "New" on the objects and the script. My understanding is that if I need to perform actions on an excel document and the application is closed then I should use New Excel.Application. If I keep this application active (through an object such as a Workbook for example) and later in the script I decide to open another workbook, should I still use New Excel.Application or would it be better to use Excel.Application then? My concern lies in the fact that