PDA

View Full Version : Create temporary macro in Powershell action


abc123
04-10-2013, 09:44 AM
I'd like to create a few temporary macros in a powershell script action. I have found plenty of examples of how to create a global macro, but no information on how to create temporary.

Can someone please provide an example?

kinook
04-10-2013, 11:16 AM
You can't create a temporary macro from PowerShell, since it doesn't have access to the VBP object model.

abc123
05-02-2013, 05:13 AM
How can I delete a global macro via Powershell? Can you provide an example?

kinook
05-02-2013, 05:40 AM
Sample attached.