Hey guys - having trouble with this.

I have a bonus form that requires two levels of approval.

The workbook is comprised of 7 sheets that require two signatures each (manager and regional manager).

I'd like to set up a userform that prompts for a manager password (let's use "password") and for a regional manager password (let's use "welcome").

If the manager password matches, then the 7 "manager approval" cells in the different sheet will populate with "Approved". If the Regional Manager password matches then, same story.

Now, I don't want to Exit Sub if both passwords don't match, I.E. the manager can approve without the Regional Manager approving at the same time. The process would be, the manager fills out the form, approves, saves the workbook and sends to RPM. Then RPM can then approve.

Make sense?