Hi all,

Running into some problems with my userform. I currently have the form set so that if certain fields are left blank when the 'OK' button is pressed then a msg box pops up and I use the Setfocus to bring the user back to that field. This also stops the form from closing and entering the incorrect data. The problem I am having now is that I have used the multipage and tab strip buttons in my userform and when I try to set the focus to a text box on the multipage or tabstrip I get the following error:

"Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus."

I have tried to work around this using "Cancel=True" but to no avail.

I could have everything on one page but I am trying to keep the userform organized and clean.

Any insight you can offer would be greatly appreciated!

wolfman