View Single Post
 
Old 02-14-2015, 03:40 AM
raymondroe raymondroe is offline Windows XP Office 2007
Novice
 
Join Date: Feb 2015
Location: West Sussex, UK
Posts: 3
raymondroe is on a distinguished road
Default

Wow, I am grateful - and think I can follow what you've done. I'll digest it today!

A bug turns up immediately following your improvement. The editor highlights:

Code:
Set wdDoc = Documents.Open(FileName:=strPath & "\" & strName, _ 
ReadOnly:=False, Format:=wdOpenFormatAuto)
I found the # button

Should 'format' (in the second line) be
ReadOnly:=False, Format:=wdDoc)?

Thanks again.

Ray
Reply With Quote