M
Michael Hoeper
Hi all,
i have a word document and want to add a new one in Word. This new should
have the same text and format, the old one has. I am trying since
two hours, but have no idea how to "clone" documents. I tried to
"wholeselect" the old one and copy it to the new, but format-differences
from template, made in the old document, will not be copied.
In Borland Delphi i would do someting like this...
procedure Clone;
begin
NewDocument := WordDocument.Create;
NewDocument.Assign(OldDocument);
end;
but dont know how to do that in VBA. Maybe anybody else has an idea...
i have a word document and want to add a new one in Word. This new should
have the same text and format, the old one has. I am trying since
two hours, but have no idea how to "clone" documents. I tried to
"wholeselect" the old one and copy it to the new, but format-differences
from template, made in the old document, will not be copied.
In Borland Delphi i would do someting like this...
procedure Clone;
begin
NewDocument := WordDocument.Create;
NewDocument.Assign(OldDocument);
end;
but dont know how to do that in VBA. Maybe anybody else has an idea...