Ahh... I've found the problem, but haven't found a way around it.
The macro is fine, but on the custom menu ("Assign Macro" dialog box) I have it launching the macro from:
instead of from EntryVersionA.xls.
In order to assign the correct workbook (.XLS) I could manually change this to say:
but this would require me to do this manually for each workbook.
Is there a way to change this to say something like "use the macro OpenAddUpdateForm from the current workbook" instead of having to specify the .XLS file? In VBA terms, something that might work akin to:
that would allow for a dynamic .XLS filename?
Ideally each file would be able to work independent from any other files. I just realized this may be related to a question I had before but I didn't get a working answer to. I think someone had mentioned using a method requiring a secondary file containing personal / custom macros that would need to tag along with the workbook, but I'd like to keep everything confined to one file if at all possible, as the .XLS files will be circulated to people who are not technical and telling them anything other than "just open YourVersion.XLS" file may be starting to stretch things for them.
Thanks for the feedback so far
Bookmarks