Hello,
I have a macro that normalizes a data file in excel for upload to a web server. Ideally I would like something light like notepad to open as the macro is running and print out directions/steps for the user to take after the macro completes.
for example...
"This file contains x amount of records..
"step 1. Log into the "Application Name"
"step 2. ....
""
Depending on the file type there may be different directions so I want to create the instruction txt based on the file type the user is dealing with.
Long short of it... other then using send keys, is there a way I can print txt to the notepad. I do not want to save this notepad doc and obviously I don't want to close it after the macro runs...
I know how to open it.. shell(notepad.exe).... , but how do I write to it?
I have a macro that normalizes a data file in excel for upload to a web server. Ideally I would like something light like notepad to open as the macro is running and print out directions/steps for the user to take after the macro completes.
for example...
"This file contains x amount of records..
"step 1. Log into the "Application Name"
"step 2. ....
""
Depending on the file type there may be different directions so I want to create the instruction txt based on the file type the user is dealing with.
Long short of it... other then using send keys, is there a way I can print txt to the notepad. I do not want to save this notepad doc and obviously I don't want to close it after the macro runs...
I know how to open it.. shell(notepad.exe).... , but how do I write to it?