Intercept word command

L

LMik

They say that you can intercept ANY word command if you write makro
with the same name. I tried and it works for example with
InsertPageBreak command. BUT when I try it with makro like CharRight
or CharLeft it does not work.
Do you know the hack?
Thanks
LMik
[email protected]
 
K

Klaus Linke

LMik said:
They say that you can intercept ANY word command if you write makro
with the same name. I tried and it works for example with
InsertPageBreak command. BUT when I try it with makro like CharRight
or CharLeft it does not work.
Do you know the hack?
Thanks
LMik
[email protected]


Hi LMik,

*ANY* is a lot...
I haven't had luck with CharRight, either. Probably, you'd need to intercept the SelectionChange event.

Regards,
Klaus
 
Top