I'm trying to make a userform to handle several tasks. So i thought of
using multipage with one page for each task.
There is Unique information for each task which I only want to appear on the
specific page, and Multipage does that by default so its fine.
The tricky part is some of these tasks have a common input, so I need some
comboboxes, textboxes etc to appear on all the pages and not to be
unique (meaning that whatever appears in those particular comboboxes should
be the same on all the pages) - I know I can acheive this with a
tabstrip, but then what happens to the unique information I want to maintain
for each task? Does anyone know of a way to combine both features in one
form?