I am writing an Excel macro to help me process data at work, and now that I have finished writing the code, I keep getting errors because Microsoft Visual Basic keeps changing. Change to .range. Whenever this happens, I get a compilation error because the method does not exist.
Is there any way to fix this? Is there any way around the use. Change if not? As long as my code keeps changing from .Range to .range, it will continue to spit out errors here.
SOLVED: The error was not injected into the method, but the data item that preceded it.
source share