Optimization/Cleanup Assistance (1 Viewer)

cheekybuddha

AWF VIP
Local time
Today, 13:27
Joined
Jul 21, 2014
Messages
2,274
CreateNames() <> CreateKitNames()
 

jo15765

Registered User.
Local time
Today, 05:27
Joined
Jun 24, 2011
Messages
130
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
 

cheekybuddha

AWF VIP
Local time
Today, 13:27
Joined
Jul 21, 2014
Messages
2,274
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.
 

cheekybuddha

AWF VIP
Local time
Today, 13:27
Joined
Jul 21, 2014
Messages
2,274
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

Top Bottom