![]() |
#2
|
||||
|
||||
![]()
Hi SDondeti,
Try something along the lines of: Code:
Dim Doc As Document Set Doc = Documents.Open(FileName:=txt_FileName.Text) With Doc .Range.Copy sActiveDoc.Paste End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|