Hi people. I am having trouble pasting from the clipboard. I am using SendKeys "^v" to paste, but the problem is I am trying to do this from a form and I need to put it in a form close event triggered by a Unload statement. There doesn't seem to be a Form_Close() event, but I have tried Form_Deactivate, and Form_Terminate, without success. When the user clicks on a command button I want several things to happen. First the item is copied to the clipboard (done), second the form is closed (Unload UserForm1), and third the item is pasted into the body of the Word Document. Any suggestions? DAVE