Hello, I need help with displaying a frame that is behind/embedded with another frame. I'm creating a quote tool and based on selection, i need either Frame1 to appear or frame2 to appear. For visual appeal, I'd like the frames to be on top of each other (which I think causes them to embed within each other) and then have either one appear based on selection. I'm having problems with this, i can get frame1 to appear but when I select frame2, the userform just shows up blank. I imagine the reason why frame2 won't show up is because it is embedded within frame1, so it gets hidden since Frame1 isn't selected.

Hopefully this makes sense and any help is appreciated.