Hi. I write in VB. For some strange reason, throughout all the code written in one of my workbooks, the word "Range" had simply changed its case to "rANGE".
eg:
rANGE("C11").Co py
rANGE("C12").Se lect
ActiveSheet.Pas te
The following may be relevant:
- Only the word "Range" has changed its case
- It has not happened in any of the other workbooks I have created.
- It has not affected the functionality of the code in any way.
Anybody have any ideas what may have caused this?
eg:
rANGE("C11").Co py
rANGE("C12").Se lect
ActiveSheet.Pas te
The following may be relevant:
- Only the word "Range" has changed its case
- It has not happened in any of the other workbooks I have created.
- It has not affected the functionality of the code in any way.
Anybody have any ideas what may have caused this?
Comment