I'm trying to create a set of VBA modules to auto format some raw data for a regular review.
My first big hurdle is to extract the unique combinations of Customer Name, vehicle type, and Sleeper Code for the vehicles the customer currently has leased from us.
Sub UniqueCustomerVehiclesList()...