Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hopefully this is a simple one that I'm just missing.
I've created an exe program that I would like to incorporate in an add-in. I've published the exe to a dll, included it in my add-in reference, declared the dll and called the main form but here's where I run into issues.
If I declare the dll form as a global the add-in unloads automatically. I've tried a few other options but with no success.
In this case, the sub runs fine and "Success" is displayed
In this case the sub will not run
In this case "Success" is displayed and then errors out
Solved! Go to Solution.