deep copy vba

Y

Yifei Jiang

Hi, Cindy,

I am writing a piece of code using access2003 to generate a word document, I
create a word template to attach.
There are two tables with bookmark in it, I got records and over write
corresponing bookmark in the table, if only one table, I could copy it to
clipboard and later on paste it. unfornitunity I got two tables. that is why
I want to find a way to deep copy a range object.

Anyway, I found a solution to overcome the problem, just write the value to
the cells in tables. simply, is it?

Cheers.

Yifei
 
Top