Dave,
Thanks for the input. I tried to convince them to keep one sheet as the
master, but they insist two different departments will use these sheets and
one department wants all the fields, and the other only wants a few.
Is there a way to envoke a macro in an installed add-in that will refresh
the spreadsheet upon becoming active?
I guess I could even have a macro button that they have to click after data
input on the child sheet. If that were the case, is there a method to
repopulate only certain columns in one worksheet from another.
thank you so much for the help. I felt I was in Excel Purgatory and was only
one sin away from a long fall.
je
"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I was just notified by the CQC that your worksheets are in the same
workbook--I
> mistakenly thought that they were in different workbooks.
>
> Even with that change, I don't think I'd do it. Let one worksheet be the
parent
> and let one be the child.
>
>
>
> Dave Peterson wrote:
> >
> > If I had to do this, I think I'd have to open both workbooks (so one
could
> > update the other) and have code that looked for changes in each and then
updated
> > the other.
> >
> > The bad news this is really easy to screw up. If you don't have both
workbooks
> > open. If macros are disabled, if events are disabled.
> >
> > I think you'll find life much better if you decide one worksheet is the
master
> > and the other is a mirror.
> >
> > You can use a formula like:
> >
> > =IF([book1.xls]Sheet1!A1="","",[book1.xls]Sheet1!A1)
> >
> > in the mirrored file.
> >
> > Another alternative would be to just retrieve a copy of the first
worksheet
> > whenever you need a fresh version.
> >
> > Johnny Eager wrote:
> > >
> > > I have project where I import (via Word Automation) text content into
a
> > > Excel template. All text, no calculations.
> > >
> > > I want to have a second worksheet which mirrors certain columns from
sheet
> > > 1. Here is the problem.
> > >
> > > How can I have both worksheets dynamic at the same time?
> > >
> > > If I enter data in worksheet one, I want the data to appear in the
same cell
> > > row (like-named column). This I can do.
> > >
> > > But what want is to have worksheet 2 also dynamic so when I enter data
into
> > > a row, it appears in the like-named column on worksheet 1.
> > >
> > > In other words, I want to be able to enter data in either sheet, and
the
> > > results are the same in both.
> > >
> > > thanks for the help.
> > >
> > > JE
> >
> > --
> >
> > Dave Peterson
> > (E-Mail Removed)
>
> --
>
> Dave Peterson
> (E-Mail Removed)