HI! So i'm working through a userform's coding and running into some odd issues. I could absolutely use the advice of a more adultier adult.
Issue 1: Unable to transfer textbox fields from a multipage userform to a cell I've tried
Me.ObjectName.Text
Tabname.Objectname.Text
and just ObjectName.Text
Forum 1.JPG
Issue 2: This one is a bit more complicated but I'm working out a sequenced code that will look at each checkbox inside of the userform, and if it is not checked, the code will hide a column with a corresponding marker. IE the checkbox is named A1 and there is a column marker of A1 that would be hidden if the checkbox is not checked. This is as far as i've been able to get so far but i'm unsure if i have to reference the page in the multipage before referencing the checkbox.
If needed i can share the current workbook as well but any input would be greatly appreciated!!
Bookmarks