For a sloppy reason, I made a variable named 'cells' in my code like this
Dim cells as Range
But now in all of my modules, the 'Cells' object has been replaced with the lowercase variable 'cells'. If I type in 'Cells', the VBA editor will automatically replace the text with 'cells'. Is there a way to fix this?