Ok so here's the situation.
I have a userform that's used for tracking data in real time. I need to be able to save the data to the user's local drive, but also save a copy to a public network drive for their supervisor so their supervisor can check into it at any time. Now, in the macro I create a new workbook, and all of the user data is saved to the new workbook, leaving my VBA-ridden workbook clean and untouched.
The save issue I'm not having a problem with. What I need to do is be able to ask for the supervisor seperately (in a different userform) from a CB. I have the sup userform programmed already with a drop-down CB. What I'm having trouble with is passing the value that's chosen in THAT userform to the main data-input form.
The reason I need this information is because on the network drive, I need to be able to sort out the saved data per supervisor, so I don't have a signal drive filled with hunderds of XLS (even if they are sorted by NT IDs). Essentially what I want to do is use the string in the Supervisor CB to select which subdirectory the results .xls will save in, which is why I need to access that string from the main userform.
Any help would be greatly appreciated!!!
I have a userform that's used for tracking data in real time. I need to be able to save the data to the user's local drive, but also save a copy to a public network drive for their supervisor so their supervisor can check into it at any time. Now, in the macro I create a new workbook, and all of the user data is saved to the new workbook, leaving my VBA-ridden workbook clean and untouched.
The save issue I'm not having a problem with. What I need to do is be able to ask for the supervisor seperately (in a different userform) from a CB. I have the sup userform programmed already with a drop-down CB. What I'm having trouble with is passing the value that's chosen in THAT userform to the main data-input form.
The reason I need this information is because on the network drive, I need to be able to sort out the saved data per supervisor, so I don't have a signal drive filled with hunderds of XLS (even if they are sorted by NT IDs). Essentially what I want to do is use the string in the Supervisor CB to select which subdirectory the results .xls will save in, which is why I need to access that string from the main userform.
Any help would be greatly appreciated!!!
Last edited: