I am getting a weird error:
I have a workbook with 20 sheets in it. I select one of the sheets and edit one individual cell in that sheet. When I make the change, however, it is changed to that value in the corresponding cell in ALL of the sheets.
So, for example, if the corresponding cells are "apple", "orange", "banana" (Sheet1, Sheet2, Sheet3). When I change "orange" to "grape", the cells are now: "grape", "grape", "grape".
It does not always occur, and sometimes occurs after I run a specific macro, but that macro should not make real-time changes, only when I run the program.
Thank You for the help.