Hi,
Is it possible to create a notepad without being asked to create one case the file does not exist?
The below function that I've been using constantly asks the user if he/she wants to create a new notepad
in the case of non existence.
Shell "C:\WINDOWS\Notepad.exe Myresults", vbNormalFocus
The idea that I have is to create a notepad, paste some reslts from my main form (via: SendKeys "^v") and then save the file without
asking the user anything.
If it's of any help, I'm wotking with Access2007 / Win10.
Thanks guys,
Is it possible to create a notepad without being asked to create one case the file does not exist?
The below function that I've been using constantly asks the user if he/she wants to create a new notepad
in the case of non existence.
Shell "C:\WINDOWS\Notepad.exe Myresults", vbNormalFocus
The idea that I have is to create a notepad, paste some reslts from my main form (via: SendKeys "^v") and then save the file without
asking the user anything.
If it's of any help, I'm wotking with Access2007 / Win10.
Thanks guys,