J
Jezebel
I have a VB app that works with Word (W2000). At one point the app responds
to user action within a table, and uses this instruction:
If pSelRange.Information(wdAtEndOfRowMarker) Then
...
(pSelRange refers to the user's selection.)
Following this instruction, regardless of whether it returns true or not:
1) The *second* keystroke pressed is tripled (eg you type 'AB' and Word
displays 'ABBB'). Only the second, not the first, third or subsequent.
2) If you tab out of the last cell in the table, Word creates new rows
repeatedly until it crashes.
If the instruction is commented out, the problem does not appear. Has anyone
seen anything remotely similar?
to user action within a table, and uses this instruction:
If pSelRange.Information(wdAtEndOfRowMarker) Then
...
(pSelRange refers to the user's selection.)
Following this instruction, regardless of whether it returns true or not:
1) The *second* keystroke pressed is tripled (eg you type 'AB' and Word
displays 'ABBB'). Only the second, not the first, third or subsequent.
2) If you tab out of the last cell in the table, Word creates new rows
repeatedly until it crashes.
If the instruction is commented out, the problem does not appear. Has anyone
seen anything remotely similar?