Hello one and all,
I would like to use PB Win to open and control various Window applications.
For example assme we are going to use PB to create text files using Microsoft Word.
How does one use PB to go execute the following simple steps:
1 - Open MS Word.
2 - Open a new file.
3 - Enter some text.
4 - Save the new file.
I chose a simple task knowing full well that the easiest way would be to write PB code to Open a file, Print text to the file and then Close the file.
Cordially, Ned Mullen
I would like to use PB Win to open and control various Window applications.
For example assme we are going to use PB to create text files using Microsoft Word.
How does one use PB to go execute the following simple steps:
1 - Open MS Word.
2 - Open a new file.
3 - Enter some text.
4 - Save the new file.
I chose a simple task knowing full well that the easiest way would be to write PB code to Open a file, Print text to the file and then Close the file.
Cordially, Ned Mullen
Comment