M
mdesandoli
Due to some nasty schedule constraints, there are two of us working on
an Excel workbook. Separate copies, not shared via a network.
John works on sheets A, B, and C which have plenty of internal named
ranges and internal references, but refer to outside sheets in only a
couple of cells. Some VBA code attached to the sheets. Doesn't touch
sheets D, E & F in his copy. Let's call his version J
Mike works on sheets D, E, and F. again lots of internal references,
refers to a handful of cells in sheet A (via named ranges). VBA code
attached to the sheets. Doesn't touch sheets A, B & C in his copy.
Let's call his version M.
So, now Mike & John want to combine their sheets. A simple
cut-and-paste from one to the other is a problem since there are now
numerous conflicts in Named Ranges -- sheets A, B and C in version J
and M have lots of named ranges in common. I can't accept the
destination named ranges as a number have moved locations. I could
rename each named range as i copy in the sheet but then other sheets
will not use the revised named range location.
Any tips? any way to make this easy... or at least not impossibly
difficult?
Signed,
Waiting-to-merge
an Excel workbook. Separate copies, not shared via a network.
John works on sheets A, B, and C which have plenty of internal named
ranges and internal references, but refer to outside sheets in only a
couple of cells. Some VBA code attached to the sheets. Doesn't touch
sheets D, E & F in his copy. Let's call his version J
Mike works on sheets D, E, and F. again lots of internal references,
refers to a handful of cells in sheet A (via named ranges). VBA code
attached to the sheets. Doesn't touch sheets A, B & C in his copy.
Let's call his version M.
So, now Mike & John want to combine their sheets. A simple
cut-and-paste from one to the other is a problem since there are now
numerous conflicts in Named Ranges -- sheets A, B and C in version J
and M have lots of named ranges in common. I can't accept the
destination named ranges as a number have moved locations. I could
rename each named range as i copy in the sheet but then other sheets
will not use the revised named range location.
Any tips? any way to make this easy... or at least not impossibly
difficult?
Signed,
Waiting-to-merge