Having "Compile error sub or function not defined" when running the code below. For sakes of space, I've just pasted the problem area..
Do While Cells(r, 1) <> Empty
Cells(r, 9).Value = Mid(Cells(r, 1), 20, 11)
Cells(r, 10).Value = VLookup(Cells(r, 9).Value, ElecBud, 4)
r = r + 1
Loop
I'm not sure i know what or how to define what is missing.
Thanks in advance for the help..
Do While Cells(r, 1) <> Empty
Cells(r, 9).Value = Mid(Cells(r, 1), 20, 11)
Cells(r, 10).Value = VLookup(Cells(r, 9).Value, ElecBud, 4)
r = r + 1
Loop
I'm not sure i know what or how to define what is missing.
Thanks in advance for the help..