I have a userform that opens with a word template. Once the user has filled in the information and clicks the accept button, the macro transfers the information to the relevent places in the document, prints the document and clears the userform so that the user can continue with the next document. The trouble is, when the user clicks the accept button, the tab key no longer moves the focus to the next textbox (as if TabKeyEnabled has been set to true, although according to the immediate window it hasn't). Has anyone had this before and how did you solve it?