I'm not sure how to do it through clipboard, but it's pretty easy to do it with a temporary file. Take a look here:
Sub TextToNotepad()
Dim strText As String, strFileName As String, objFileSys As Object, objTextFile As Object
strText = "Throw this text to notepad!!"
strFileName =...