vba Macro Button acting weird
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
hoping everyone is safe. I had setup macro button with help of you generous people. Took guidance from these two posts.
https://forums.autodesk.com/t5/inventor-customization/no-customicon-to-vba-macro-button/td-p/9061649
It was working properly for sometimes, since my work was in progress and as I added more pages to my form and more modules something really strange started to happen. So when I run macro from button first page (of multi-page) works just fine but second page of form is not working/loaded properly (it gives error). But if I run same from within VBA it works properly on all pages.
Any idea why this is happening? is it because when I call form through macro only code within that form is recognized but code that is accessed from other modules is not working?? really lost here.
Best regards,
sam