I found a code that will take the following:
Column A | Column B
apples | 2
oranges | 3
and produce:
Column A | Column B
apples | 2
apples | 2
oranges | 3
oranges | 3
oranges | 3
How can i modify the code to do that with columns A:Z instead of just two columns?
I can move the multiplier to any column i want if that will help.
![]()
Please Login or Register to view this content.
Bookmarks