Hello all,
I've written a macro and have tested the majority of the code - mostly everything works as it should except in one case.
This macro is used to write up a letter, and some the lines of the letter have to be written manually. When the macro runs through and it gets to this part of the code, it writes half of the line it's supposed to and skips to the next. I assume it is running out of time and continuing to the next line - I read in the Extra! Basic manual that there is a way to have the macro wait while the instructions are completed, but it hasn't worked so far. This is what I've been doing:
Sess0.Screen.Sendkeys ("This is my really long sentence"),1
Does anyone have any suggestions?
Thanks in advance for the help.
I've written a macro and have tested the majority of the code - mostly everything works as it should except in one case.
This macro is used to write up a letter, and some the lines of the letter have to be written manually. When the macro runs through and it gets to this part of the code, it writes half of the line it's supposed to and skips to the next. I assume it is running out of time and continuing to the next line - I read in the Extra! Basic manual that there is a way to have the macro wait while the instructions are completed, but it hasn't worked so far. This is what I've been doing:
Sess0.Screen.Sendkeys ("This is my really long sentence"),1
Does anyone have any suggestions?
Thanks in advance for the help.