Hi all, I am experiencing a bizarre problem that could be a symptom of my ignorance in using Excel VBA. I recently developed an Excel app that uses different functions and constants that I have saved in the VBA under "Module1". The business users requested some modifications, so I opened the existing Excel app and Saved As: Version 2. I modified Module1 in Version 2 to account for these changes, tested and sent it off to the business. Turns out my changes did not work exactly as they had anticipated, so I returned to Version 2 to make some modifications to the functions in Module1. Suddenly, Module1 is not in the Visual Basic window, ANYWHERE! What's even odder is that the app still "works," as in, it is still calling those functions and coming back with valid values. Is the tool somehow referencing the "old" Excel app to get Module1? When I look at cells within the document, there are no references to any other workbook, the cells call the functions directly. If I do a Find: on the VB window, I cannot locate any of the functions (with "Entire Project" checked). Since I do have Module1 in my Version 1 of the .xls, I can copy and paste it into Version 2 and make necessary changes, however I don't want to lose the updates I've made nor do I want this problem to come up again. Can anyone shed some light on this?
Thanks,
Kelly
Thanks,
Kelly