Linking two sheets without source sheet (bi-directional linking of sheets)

ElliPelli92

New Member
Joined
Jun 29, 2021
Messages
1
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi all,

I am new here, but couldn't find the answer in previous posts. Feel free to send a link to an old post solving this issue if you know of one! Now to my problem.

I want to link two worksheets in the same document, whereby if changes occur in A, the changes should also be entered in B and if changes are made in B these should also be visible in A. Linking unidirectional, using A as source and B as target, is easy, but I am not sure how to solve the issue of making it bi-directional. Logically this would result in a circular error, but I am hoping there is a way to get around this using a VBA macro.

The changes mostly relate to adding a row in between existing rows and adding a few bit of information. into the first 8 columns. At the moment, if I insert the row and add the info in A they also occur in B (simple), but when I add rows in B and add the info it does nothing in A.

Does someone have a code or could tell me how to start this code to prevent the circular error?

Many thanks!
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,214,945
Messages
6,122,397
Members
449,081
Latest member
JAMES KECULAH

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