What to use here?

Shizo

New Member
Joined
Jan 5, 2025
Messages
20
Office Version
  1. 2016
Platform
  1. Windows
Hello,

I have a table on worksheet 1 that dynamically copies and pastes to worksheet 2. On worksheet 2 the table is sorted using a vba code and does it automatically when the page is activated.

I want to take the sorted table on worksheet 2 and copy it to a different worksheet (worksheet 3) and add a column to the table from a separate single column table also on worksheet 2 in column N.

The problem I am running into is the table will copy and paste from worksheet 2 and the new column will add but the moment I go to worksheet 1 and then to worksheet 2, the data changes and will no longer dynamically update on worksheet 3 because excel creates a new table number for the table on worksheet 2 every time I activate worksheet 1 and worksheet 2.

Any suggestions?
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Untested here but ... try copying the "values" only. Don't simply copy the columns for pasting to another sheet.

Search for 'copy values'.
 
Upvote 0

Forum statistics

Threads
1,225,585
Messages
6,185,825
Members
453,330
Latest member
NAtyNat29

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