J
JFW
I have looked at the article: http://support.microsoft.com/?kbid=212711
It appears to me that there is a bug in this code. When my BEFORE code is
Selection.TypeText("1")
and my AFTER code is
Selection.TypeText("2")
then repeat executions of the macro gives this result:
122122122122122122122122122122122122122122
If it were conducted properly, the result would be:
1212121212121212121212121212121212121212
For some reason it is taking two executions of the macro to clear the
keyboard assignation. Any idea why this is?
Also, I am interested in knowing if others have a similar result with the
repeating 122122122.
Thanks for your help.
It appears to me that there is a bug in this code. When my BEFORE code is
Selection.TypeText("1")
and my AFTER code is
Selection.TypeText("2")
then repeat executions of the macro gives this result:
122122122122122122122122122122122122122122
If it were conducted properly, the result would be:
1212121212121212121212121212121212121212
For some reason it is taking two executions of the macro to clear the
keyboard assignation. Any idea why this is?
Also, I am interested in knowing if others have a similar result with the
repeating 122122122.
Thanks for your help.