I have some data in worksheet2, which will be updated frequently. I want to get the field values in the column B automatically in to the next week sheet under column A.
Thanks for the swift response and sorry for not providing all the details
Here is what I need.
I have worksheet 1, which will be updated with some user details. The usernames are updated in Column B (sometimes I may have only 10, and some times 100 also).
The moment it is updated, I need the data from column B copied into Worksheet 2 in column A. I am okay if it overwrites the data.
ActiveWorkbook.Worksheets("First Sheet").Activate
Columns("B:B").Select
Selection.Copy
ActiveWorkbook.Worksheets("SecondSheet").Activate
Columns("A:A").Select
Selection.PasteSpecial Paste:=xlPasteValues
End Sub
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.