I wonder if anyone can help -
I've put together a bit of code that does two actions, but I'm trying to add another to the IF Then code, but this bit keeps erroring out. I'm a novice with VBA so I'm not sure where I've gone wrong...
Here's the code that works:
What I also want it to do is to return the last 6 characters from col C, but only in rows where there's data in that column.
This is the code I added underneath the last If statement
It doesn't error out when I save the VBA, but when I go to run the code, it gives me a runtime error code 424 "Object required" and the debug button then highlights my last line of code
I suspect it might be something simple, but I don't have the experience to know what.
Or could it be because I'm doing a type of circular reference?
What am I doing wrong??
I look forward to any help with the correct line of code to add.
Kindest regards
Mike
Bookmarks