Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a program that currently uses a sub to create part of a specific drawing.
I have a request to make a standalone program from that sub so users can run just that part of the program.
What is the best way to do this?
I would like the designer to have the ability to just run the standalone, but the original program should be able to run it as well.
I don't want to have it in two places as I don't want to have to update code in two different locations.
Thanks
Solved! Go to Solution.