Merge data in many CSV sheets to one excel sheet with VBA?

mabass1990

New Member
Joined
Nov 14, 2023
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
Hello
Could you please help me to solve this issue
I have a lot of CSV sheets extracted from sales system and i like to merge all in one excel sheet
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Welcome to the Board!

That is a very general question. If you do a Google Search on "mrexcel merge csv files into one excel file", you will find that this question has been asked here many times.
Take a look at some of them and see if they do what you want. If they don't, post back here with more detail.
 
Upvote 0
Welcome to the Board!

That is a very general question. If you do a Google Search on "mrexcel merge csv files into one excel file", you will find that this question has been asked here many times.
Take a look at some of them and see if they do what you want. If they don't, post back here with more detail.
Thanks Joe
I will search about it, sorry it's my first time to use VBA
 
Upvote 0
Thanks Joe
I will search about it, sorry it's my first time to use VBA
All the more reason to see if you can just use something that has already been created (no sense in "recreating the wheel" if someone has already done the work and you can recycle their code!).

If you search a bunch, and find that none of them do exactly what you want, that means that there are important details/criteria regarding your specific situation that you need to let us know about so we can program for them.

There is a link here on posting tips that will guide you on how to post good, complete questions that maximize the chance of getting responses that will do exactly what you need. The link can be found here: Guidelines
 
Upvote 0
I would prefer Power Query for scenarios like this. Maybe you can even connect to the source directly (your sales system)
 
Upvote 0

Forum statistics

Threads
1,215,124
Messages
6,123,187
Members
449,090
Latest member
bes000

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