PatrickWil
New Member
- Joined
- Jan 3, 2020
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
I cant figure a vba code to do the following:
--------sheet1-----------
-----(A)---------(B)------
-----Qty.----Description
1]----3---------sofa-----
2]----1---------chair----
3]----5---------table----
based on (sheet1 column A's value)......copy and paste (sheet1 column B's value) onto sheet2 that # of times. the list could potentially be hundreds of items long.
----------sheet2---------
-------(A)---------(B)-----
----Barcode--Description
1]-----------------sofa---
2]-----------------sofa---
3]-----------------sofa---
4]-----------------chair--
5]-----------------table--
6]-----------------table--
7]-----------------table--
8]-----------------table--
9]-----------------table--
--------sheet1-----------
-----(A)---------(B)------
-----Qty.----Description
1]----3---------sofa-----
2]----1---------chair----
3]----5---------table----
based on (sheet1 column A's value)......copy and paste (sheet1 column B's value) onto sheet2 that # of times. the list could potentially be hundreds of items long.
----------sheet2---------
-------(A)---------(B)-----
----Barcode--Description
1]-----------------sofa---
2]-----------------sofa---
3]-----------------sofa---
4]-----------------chair--
5]-----------------table--
6]-----------------table--
7]-----------------table--
8]-----------------table--
9]-----------------table--