I'm trying to edit a recorded Word 2000 macro to pick up the contents of the clipboard (a two-letter string). Maybe this isn't the right way to go about it, but is there a simple way to write something like .Text = ClipBoard.Paste within the With Selection.Find section?