Hello, I and new to VBA and have tried for a few hours to figure this one out with no success, Please help!
I'm trying to enter a row of data and then generate duplicate rows with the same data based on the Quantity value on "sheet2".
the numbers in "A2" are sequential. so it should grab the next available number and them when running the macro duplicate the line the number of times listed in the qty column.
Example
Serial # PO # IR# Part # Description Heat # Qty Date By
S123456 P654321 I58742 A345678 Bike zGrips 3 =Now() =username
this would output into this on "Sheet2"
Serial # PO # IR# Part # Description Heat # Qty Date By
S123456 P654321 I58742 A345678 Bike zGrips 3 3/13/15 Ryan O
S123457 P654321 I58742 A345678 Bike zGrips 3 3/13/15 Ryan O
S123458 P654321 I58742 A345678 Bike zGrips 3 3/13/15 Ryan O
(Save) then it would be ready for the next entry
Serial # PO # IR# Part # Description Heat # Qty Date By
S123459
all help is much appreciated!!
Bookmarks