excel vba - Userform Multipage disabling tab click -


i have userform multipage tabs, within each tab there "next" command button allows move onto next tab if there no errors (if there error, prompts user , sets focus error on tab). when userform open, can click tabs jump around without completing defeats purpose of error handling.

is there way disable tab selection? or add sub tab itself?

thanks

change style property of multipage fmtabstylenone (2).


Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -