VBA excel issues

P

PJG

I have a excel spread sheet that has some VBA programming in it but a
line of the code has changed by its self. It has replaces a "." with a
"<>" and also replaces "<>" with "=". It was written in excel 97. Is
this possible???
 
J

Jim Rech

Is this possible???

It must be since it happened to you.<g> That said, it's never happened to
me. I've seen and heard of cases where the character typed is not what you
get, etc., but the odd thing in your case is that two characters "<>" are
being replaced by one and vice versa. That doesn't fit that scenario.
Sorry, no help here.


--
Jim
|I have a excel spread sheet that has some VBA programming in it but a
| line of the code has changed by its self. It has replaces a "." with a
| "<>" and also replaces "<>" with "=". It was written in excel 97. Is
| this possible???
|
 
P

PJG

It must be since it happened to you.<g> That said, it's never happened to
me. I've seen and heard of cases where the character typed is not what you
get, etc., but the odd thing in your case is that two characters "<>" are
being replaced by one and vice versa. That doesn't fit that scenario.
Sorry, no help here.

--

|I have a excel spread sheet that has some VBA programming in it but a
| line of the code has changed by its self. It has replaces a "." with a
| "<>" and also replaces "<>" with "=". It was written in excel 97. Is
| this possible???
|

Thanks for the reply, any other ideas where I can raise this?
 
Top