J
Joacim
Hi,
Thought I would experiment with replacement key (anything but overtype).
I think this intercepts Overtype but I want the Cent sign Hex 0092 to
insert - do I have to declare as string is that only way?
ChrW (&H0092) cent sign
Option Explicit
' Do nothing (or do something)
Sub Overtype()
????
End Su
Thought I would experiment with replacement key (anything but overtype).
I think this intercepts Overtype but I want the Cent sign Hex 0092 to
insert - do I have to declare as string is that only way?
ChrW (&H0092) cent sign
Option Explicit
' Do nothing (or do something)
Sub Overtype()
????
End Su