Hello all-
I have a rather large userform where I first select a worksheet for data through a list of option buttons and then enter the data on a different page in the same userform. I have been successful in getting data from the data entry fields to populate on the selected worksheet from the first set of radio buttons, but in my data entry section, my radio button (OptionButton1 -- at the bottom of the code) only populates on my master rather on the selected worksheet. It seems to ignore (or not account for) the previous radio button's selection for which worksheet to use for the userform's entry.
Thank for any help in advance! My code:
Bookmarks