lrbehmer
15 years agoContributor
Script Extensions and Scope
I'm trying to create an "open/close Excel" script extension. What I'm finding is that script extensions don't act like regular classes and I can't use a script extension to open Excel, perform operations on a spreadsheet in the script, and then close Excel with an extension.
Can I make global objects or is there some other way to handle this?
Can I make global objects or is there some other way to handle this?