Ok so this may be an easy one for you pros! 
I am try to figure out how to get a userform to post data to an active sheet. The problem is the userform doesn't know what the active sheet is until it is activated by the previous form.
So when the user is presented with the original userform it asls which task they would like to perform. One of these is to add a medication for a client. They click on the button and get an inputbox to scan the client ID # and it opens their worksheet and the userform that has a series of text boxes and a "submit" button. I'm trying to get the values from those textboxes to specific rows/columns on the current active sheet.
I saw this in another thread that I may try:
But again, the sheet wouldn't be identified until it is activated by the inputbox.
Bookmarks