I read thru Ron de Bruin's work, and I agree, there is a load of
information there. Actually while working on this project, I have read
so much code in these forums and in the links provided in many of the
answers in these forums that I begin to think in code, like reading
Shakespeare a lot and you begin to talk like him!! Seriously, it sure
does help you to learn.
I didn't find anything in his code samples that would address the
problem of how to reflect possible added/deleted rows on the parent ws
when copying to the child ws with a 'constant' last row.
Do you or anyone else have any other ideas? Maybe I am approaching the
project from the wrong direction entirely and should try to come up with
a whole different angle to getting the parent ws into the child ws while
keeping the last 'total formula' column in synch. I'm sure I have no
bright ideas, but I'm 100% open to suggestions or other possible
pointers for finding the answer.
Thanks for your interest in my little problem.
Joanne
> In <(E-Mail Removed)>, Joanne
> <(E-Mail Removed)> spake thusly:
>
> > My problem is that when I paste the ws from the parent wb to
> > the child wb, I am pasting the info up against a 'last column'
> > on the child - and if there has been row added or a row deleted
> > from the parent wb, when I paste to the child wb the last column
> > becomes out of synch with the rows because it doesn't reflect
> > the change from the parent.
>
> Maybe Ron de Bruin's well-done sample set for pasting and merging
> worksheets and workbooks will be the ticket for you.
>
> http://www.rondebruin.nl/tips.htm
>
> See the Copy/Paste/Merge examples.
>
>