Pull Multiple Column Data from One Sheet to Another - Repost of Question

Katterman

Board Regular
Joined
May 15, 2014
Messages
103
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
  3. Web
Hello Everyone

I am re-posting this question as a previous helper although Very Helpful and appreciated, was not able
to provide the final solution.
The original post and suggestions are HERE for reference.
It was so close just not all the way there (Thank You Again Ben for your valued efforts)

Here is My Question / Issue


I've searched many similar threads and sites for help on this but even though some similar questions have been posted and answers given, i can't seem to find a scenario that works best or that my limited <acronym title="visual basic for applications" style="border-width: 0px 0px 1px; border-bottom-style: dotted; border-bottom-color: rgb(0, 0, 0); cursor: help; color: rgb(51, 51, 51); background-color: rgb(250, 250, 250);">VBA</acronym> experience has been able to adapt. I Have tried the record macro approach as well but since not copying and pasting Column to Column (see below) it fails. I always do my best to research before posting to try and avoid wasting peoples time if the answer is already here. :)

I have a sheet (CleanIt) that contains cleaned up data (done daily so the "end Rows" would not always be the same) that i want to pull the data from 4 columns and paste into different columns (starting in row 2 to avoid header overwrites) on a different sheet (For this example the sheet is called "Work In Progress" but each day would be a different sheet due to data is gathered Daily and the Last Rows would always be different on a daily basis)



Sheets("CleanIt")Sheets("Work In Progress")
*** This is a Table (Table3) That Ranges J1-> AF5000 ***
Column "A" up to Last RowCopy toColumn "AD" Staring in Row 2 (To Leave headers untouched)
Column "B" up to Last RowCopy toColumn "M" Staring in Row 2 (To Leave headers untouched)
Column "C" up to Last RowCopy toColumn "J" Staring in Row 2 (To Leave headers untouched)
Column "D" up to Last Row Value of A, B or CCopy toColumn "N" Staring in Row 2 (To Leave headers untouched)

<tbody>
</tbody>


** Note, The "Last rows" of Data would all be the same for Columns A, B and C with No Blank Cells but Column D would have some blank cells within the column (and want to be kept) and would "technically" end at the same Last row as the other columns albeit there many not be data in the last row(s) of column (D).

Just to clarify how this workbook will function. There is a new workbook for each Month.
Each Monthly workbook will have 30 or 31 "Sheets" (Each Labeled as a Date of that month. I.E. Sept 1, Sept 2 etc)
There will also be the single "CleanIt" sheet that data from another CSV file (Different Each Day) is pasted in and "cleaned up" to remove non essential stuff. Back on the sheet for that particular date (Say Sept 1), i want to pull the data from the columns noted above in "CleanIt" and paste in in that particular dates sheet (Sept 1). The Next day (Sept 2), the "CleanIt" sheet will be cleared and new data put in to eventually be pulled into the sheet for that new date (Sept 2).

Thanks in Advance for any and all replies.
Your teachings are most Valued

Scott
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
All Resolved Now.

The Final Thread is HERE.

Thanks Ben (bschwartz) and Norie for all their time and assistance.

Scott
 
Upvote 0

Forum statistics

Threads
1,214,838
Messages
6,121,885
Members
449,057
Latest member
Moo4247

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top