View Single Post
 
Old 08-28-2014, 12:47 PM
skyslayer skyslayer is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Aug 2014
Posts: 11
skyslayer is on a distinguished road
Default

Update

I temporly set
Code:
Set oNewDoc = Documents.Add(Template:=oDoc.FullName, Visible:=True)
now I can see the doc.

When I step into the code and run the
Code:
oNewRange.Delete
it jumps to
Code:
lbl_Exit:
    Exit Function
If I skip
Code:
oNewRange.Delete
the new file is created with correct name but not saved until I exit word any ideas?

Thanks Jim
Reply With Quote