jacobrcotton
Board Regular
- Joined
- Jan 28, 2017
- Messages
- 51
Hello,
I have VBA Userform that allows a user to enter a whole bunch of information, maps that information to a spreadsheet and then I get to dig through the collective data. Awesome. Whatever.
My problem is that this Userform doesn't "play well" with other workbooks being open. Specifically, when I open it myself, it will attempt to run the Userform macro through a different open workbook (PERSONAL workbook, or whatever workbook(s) may be open at the time), which of course throws an error.
When it does run while there are other workbooks open, it easily loses its focus when other workbooks are activated/focused/clicked on, and then does not easily refocus on the Userform workbook when it is activated/focused and data is entered.
Any ideas here?
I do have a de-ID'd version of the workbook, so I can post it if necessary.
Thanks!
I have VBA Userform that allows a user to enter a whole bunch of information, maps that information to a spreadsheet and then I get to dig through the collective data. Awesome. Whatever.
My problem is that this Userform doesn't "play well" with other workbooks being open. Specifically, when I open it myself, it will attempt to run the Userform macro through a different open workbook (PERSONAL workbook, or whatever workbook(s) may be open at the time), which of course throws an error.
When it does run while there are other workbooks open, it easily loses its focus when other workbooks are activated/focused/clicked on, and then does not easily refocus on the Userform workbook when it is activated/focused and data is entered.
Any ideas here?
I do have a de-ID'd version of the workbook, so I can post it if necessary.
Thanks!