BenjaminRowell
New Member
- Joined
- Mar 2, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Good morning!
So I have worksheets all structured in the same template (these are shipping packing lists.) I need VBA code to copy only the populated rows from each worksheet in my template. the data I need begins from row 11 (the other rows above this contain delivery information unimportant in the end result of the consolidated packing list) (worksheet quantities vary from week to week.) The code ideally needs to only copy the entire row if collumn W11:390 contains text/numbers and paste in order of worksheets, onto a consolidated template. sometimes one individual packing list can have multiple pallets and thus a space is put inbetween the product codes. worksheets including the final consolidated document all use the same template.
I've been trying to work on this for weeks now and im ripping my hair out. Image attached, not of my hair, the spreadsheet
So I have worksheets all structured in the same template (these are shipping packing lists.) I need VBA code to copy only the populated rows from each worksheet in my template. the data I need begins from row 11 (the other rows above this contain delivery information unimportant in the end result of the consolidated packing list) (worksheet quantities vary from week to week.) The code ideally needs to only copy the entire row if collumn W11:390 contains text/numbers and paste in order of worksheets, onto a consolidated template. sometimes one individual packing list can have multiple pallets and thus a space is put inbetween the product codes. worksheets including the final consolidated document all use the same template.
I've been trying to work on this for weeks now and im ripping my hair out. Image attached, not of my hair, the spreadsheet