- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
@CadUser46 This is great information to have! I'm not at the point yet where I'm worried about people touching the macros but more where I'm worried about actually distributing them to the group.
Currently I had to write up a work instructions and it's kind of frustrating because I imagined it would be so much easier.
As of now I have a few macros saved into one .ivb file in our vault, so our users have to run a get on the file, then open VBA editor, load the project, create modules under ApplicationProject, copy the code from the .ivb file modules, then paste it into the ApplicationProject module. It's incredibly irritating because I want the application to just point to one file. If I edit the code, the users can run a get on the file and it updates. It should be that simple but I can't find out how to do it