I have a requirement, PPT VBA add-in open-source to run from console/command prompt.
Is it possible ?
PPspliT is the open source project which needs to run from command prompt.
Thanks
I have a requirement, PPT VBA add-in open-source to run from console/command prompt.
Is it possible ?
PPspliT is the open source project which needs to run from command prompt.
Thanks
You can't execute VBA directly from the command prompt; it is not the same as VBS.
You could however open Powerpoint from the command prompt and execute the required code that way. See this.