Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • You want to allow others to write scripts for your application, or do you want to call a script from your application? Commented Sep 9, 2013 at 13:20
  • nothing that involves custom scripts is ever simple. Commented Sep 9, 2013 at 16:37
  • allow users to interact with objects from the program Commented Sep 10, 2013 at 8:24
  • 1
    Then expose your types as com objects, and let people use vbs, and call it a day. Commented Sep 10, 2013 at 16:40
  • @whatsisname Once it's COM, doesn't necessarily have to be VBA, pretty much anything that can consume COM can use it. Commented Sep 10, 2013 at 18:32