I am coding something in vba and I have a userform with multiple pages.
I want to hide certain pages with conditions.
For example, if the cell “Fruit” is filled with “Apple” I want to display the page “ApplePicture” and hide the pages “BananaPicture” and “OrangePicture” of my userform “Pictures”.
I know it is possible to do this by using a multipage but to stay homogeneous with the other userforms I cannot use a multipage.
Is there another way to do this ?
Thanks in advance,
Julie N is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.