Hi! I came up with code that filters a set of data and then copies and pastes certain columns(Customer, Project Name, vs) into another worksheet (in columns N, O, and P)
Is there a more efficient way to write this code? Im having to copy/paste the same code three times in one sub.
Someone...