thereddwarf
Programmer
Senario
I am currently doing a project for a friend who is the owner of a company that builds playgrounds. The program I am using is Microsoft Excess 2007. Using VBA, I am creating macro script for an easy-to-use userinterface.
Problem
There is one piece of coding I am currently having trouble with:
He has asked if I can use a script to;
Find duplicate records
Delete extra records found
Change Quantity to +1 (for each record found)
Example
Here is an invoice page with 'Sling Swing' showing twice although both with quantity '1'. Although, the script I need has to be able to find the duplicates and change the quantity to the first copy as '2' or '3', depending on how many times the record shows up.
Thank you for your time,
thereddwarf
I am currently doing a project for a friend who is the owner of a company that builds playgrounds. The program I am using is Microsoft Excess 2007. Using VBA, I am creating macro script for an easy-to-use userinterface.
Problem
There is one piece of coding I am currently having trouble with:
He has asked if I can use a script to;
Find duplicate records
Delete extra records found
Change Quantity to +1 (for each record found)
Example
Here is an invoice page with 'Sling Swing' showing twice although both with quantity '1'. Although, the script I need has to be able to find the duplicates and change the quantity to the first copy as '2' or '3', depending on how many times the record shows up.
Thank you for your time,
thereddwarf