Copy from excel sheet and paste in new folder

ajaybenjwal

New Member
Joined
Sep 21, 2014
Messages
2
Hi,

I have a excel sheet with different branch in different sheet,How i can copy data from each sheet and paste it to new folder and create separate worksheet for each branch,using Vba?
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Please clarify what you mean by branch? Admittedly, I don't follow this wording and if others also don't follow, you may have difficulty in receiving an answer.
 
Upvote 0
Please clarify what you mean by branch? Admittedly, I don't follow this wording and if others also don't follow, you may have difficulty in receiving an answer.
Thanks for your prompt reply,actually i meant by branches(city name) is different sheets of excel workbook.
I have 10 sheets in one workbook, I want to copy data from each sheet and paste that data separately in different workbook .
 
Upvote 0
I'm sorry it's been some time. Basically, you could start with an Excel file where the data will be pasted. In this file, write code using
Code:
Application.msoDialog...
with a multiselect to grab a group of files, comb through them, grab the data you want and paste it appropriately.
 
Upvote 0

Forum statistics

Threads
1,215,583
Messages
6,125,665
Members
449,247
Latest member
wingedshoes

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