VBA - Move Data from one Worksheet to Multiple Sheet

Excelnavy

New Member
Joined
Jun 19, 2017
Messages
5
Hi Friends,
My main data in Sheet1 but i want that data in Sheet2, Sheet3, Sheet4 in VBA
For Example -
Data in Sheet1
A - 100
B - 200
C - 300
So i want this data like
Sheet2
A - 100
Sheet3
B - 200
Sheet4
C - 300
Is it possible, Please help me ?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Welcome to the forums!

I assume this is an overly-simplified version of your data... so I can create something much more tailored to your actual situation, could you please briefly elaborate on what exactly you are looking to accomplish?

Are these values in row 1 on sheet 1 going across columns, and you want each value to be placed in cell A1 in the other sheets (i.e 100 in A1 on Sheet2, 200 in A1 on Sheet3, and so forth)? How many of these values are being copied to the sheets? Do the sheets already exist, or will the code need to create them?
 
Upvote 0
open
 
Upvote 0

Forum statistics

Threads
1,223,952
Messages
6,175,594
Members
452,656
Latest member
earth

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