W
ward
Hello,
I'm struggling wiht the following VBA problem:
I have some text in a textbox control, and i want to copy
this text to a new instance of Notepad (so that the user
can print the text using the notepad print functionality)
How can i do this?
Maybe some copy-paste method?
This is how far i got (which does not work obviously):
txtLog.Copy
Shell "Notepad", vbNormalFocus
thanks,
Ward
I'm struggling wiht the following VBA problem:
I have some text in a textbox control, and i want to copy
this text to a new instance of Notepad (so that the user
can print the text using the notepad print functionality)
How can i do this?
Maybe some copy-paste method?
This is how far i got (which does not work obviously):
txtLog.Copy
Shell "Notepad", vbNormalFocus
thanks,
Ward