Shell open Notepad and write text

  • Thread starter Thread starter vqthomf
  • Start date Start date
V

vqthomf

Hi is it possible to open Notepad and write text and let the user print or
/and save the file, I tried using the SendKeys strText, True after opening
Notepad but this wont work. Any help would much appreciated.
Charles
 
If your code knows what to write, you could create/append the text file in code.

Look at "Print # Statement" in VBA's help.
 
Back
Top