I am looking to find out why my code is behaving in this way. I put an X character in one of several cells depending on a condition.
The line to output this is:
Sheets("Sheetname").range("C3") = "X"
If I put a breakpoint at this line, then hit F5 to continue, no value appears. However, if at...