• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Copy specific columns from one workbook to another

reigne

New Member
Hi All,

So I would like to ask for any help regarding my concern. Attached is the data where I will be extracting the specific column data to another workbook without opening it.

Column A - Name
Column C - Email
Column E - Team

Above are the only columns I need from first row up to last one. How do I do this in VBA?

Also, once column c is added, I would like to have another column where it will automatically be added @email.com on the end.

Thank you so much for the help!
 

Attachments

  • Data Validation.xlsx
    10.1 KB · Views: 2
[…] extracting the specific column data to another workbook without opening it.
Hi !

Why not opening the workbook as it is the easy way than any beginner can achieve just using the Excel macro recorder ?‼
 
The thing is, the master file contains 20+ worksheets with different data. and the file is usually almost 2mb. :(
 
If you need to keep the original worksheet cells formatting, destination workbook needs to be opened.​
If the code is located within the destination workbook so it is already opened …​
 
Oh, I think I may have not phrased it correctly. What I meant is the destination file is open but the master file where I will be copying the data will remain closed.
 
Back
Top