Optimization/Cleanup Assistance

CreateNames() <> CreateKitNames()
 
Yes, sorry.

It was CreateKitNames() when I was testing, but for this prod code it's CreateNames()

I've removed the Testing code, so it's only one name now
 
This is the line highlighted
Code:
Call CreateKitNames(ws)
You said this. Have you changed it to:
Code:
Call CreateNames(ws)
?

Always Debug->Compile after making a code change.
 
Hi,

Sorry, I missed this.

Did you get it sorted? Your last reply is kind of inconclusive!

If not, and you still need help, I think you may have to post your db and workbook.

Let us know.

d
 

Users who are viewing this thread

Back
Top Bottom