Hi,
I cannot for the life of me figure out what I need to do to stop this from happening. I am working to edit some VBA that a colleague has created. There is a simple error in a line where the current text is
This needs to be +1, but everytime I type +1, it autocorrects it to the above and generates a 438 run-time error on execution, saying object does not support this property or method.
I've tried entering the line in notepad and copy paste, and it still changes it. Is there an obvious setting I am missing?
Thanks
I cannot for the life of me figure out what I need to do to stop this from happening. I am working to edit some VBA that a colleague has created. There is a simple error in a line where the current text is
Code:
.row 1
This needs to be +1, but everytime I type +1, it autocorrects it to the above and generates a 438 run-time error on execution, saying object does not support this property or method.
I've tried entering the line in notepad and copy paste, and it still changes it. Is there an obvious setting I am missing?
Thanks