R
Raymond W.
I would like to create something along the lines of a circular reference
involving text, not numbers.
I have a workbook containing a large number of sheets and at the end is an
index compiling several rows of information from each sheet. What I am hoping
to do is allow changes to certain cells in the index to be reflected in their
sister cells on that item's original sheet, or vice versa, as people are
likely to edit either one without thinking about it not being reflected in
the other position.
Example:
Sheet1, Sheet2, Sheet3, Index
Modification of Sheet1(G9) is mirrored on Index(E15) or vice versa.
Modification of Index(E125) is mirrored on Sheet3(G27) or vice versa.
I imagine this would be done using the SheetChange event to copy the
modified cell contents into the corresponding cell, but am unsure how to
implement this. Any help or pointing in the right direction is great - I
don't mind a having to do a little work to get things going. Thanks!
involving text, not numbers.
I have a workbook containing a large number of sheets and at the end is an
index compiling several rows of information from each sheet. What I am hoping
to do is allow changes to certain cells in the index to be reflected in their
sister cells on that item's original sheet, or vice versa, as people are
likely to edit either one without thinking about it not being reflected in
the other position.
Example:
Sheet1, Sheet2, Sheet3, Index
Modification of Sheet1(G9) is mirrored on Index(E15) or vice versa.
Modification of Index(E125) is mirrored on Sheet3(G27) or vice versa.
I imagine this would be done using the SheetChange event to copy the
modified cell contents into the corresponding cell, but am unsure how to
implement this. Any help or pointing in the right direction is great - I
don't mind a having to do a little work to get things going. Thanks!