Do you have a need to use specifically Notepad.exe or are you looking for a way to save your textbox.text to a text file?
The Inputbox function is often used in other threads.
Code:Open Application.InputBox("please specify file and path", Type:=2) For Output As #1 Print #1, Me.TextBox1.Text Close #1