Hello Excel Forum!
I have some VBA code that populates a userform based on text and named ranges. The userform is a survey for clients to take and it works great. The only problem is that it's set for 8 responses (a dropdown selection and text entry). It's really easy to change the question in the survey and the possible responses in the dropdown but the problem is if i want to go from 8 questions to 7 then I have to go in and delete a bunch of code because the code tells it to populate the userform based on text in certain places. What I would like is a conditional statement which says "if there is text in that cell then use it" if there isn't anything there no big deal. Here's what I have. I would really appreciate any help.
Thanks,
![]()
Please Login or Register to view this content.
Bookmarks