Hi Stefan
You might be onto something here.
I should clarify that the problem was occurring in one of my Word macros, where the function pasted twice instead of once and upset the sequence of events in the macro.
I did a basic test in Word:
- I typed the word "MyText"
2. Selected the text and recorded a macro which copied the text and pasted it on the line below.
- I then cleared all of the Undo functions.
- I highlighted the text and ran the macro.
- The text was only pasted once; however
- When I checked the Undo events, the following was listed twice:
VBA-Range.Paste
VBA-Range.Paste
The same thing occurred in Safe Mode.
When I use the Undo events, the text does not disappear until I select the second VBA-Range.Paste.
I am not sure what all this means, but it seems it may have something to do with my problem.
Many thanks