What are some best practices for combining duplicate or similar Library Codes.
For example, we have mistakenly added both color codes 'B' and 'BK' to represent the color Black.
Is there a method for quickly replacing all objects using code 'B' with 'BK' so that the color code 'B' can be deleted?