Thread: [Solved] Save Selection
View Single Post
 
Old 01-15-2011, 01:33 PM
cksm4 cksm4 is offline Windows XP Office 2007
Advanced Beginner
 
Join Date: Aug 2010
Posts: 48
cksm4 is on a distinguished road
Default

I get the following errors:

Code:
 
.Indexes.MarkEntry Range:=rngTmp, Entry:=strTmp, _
Method or data member not found

Code:
 
Next j
(2nd Next j)

Invalid Next control varible reference

I changed the Next j to Next i and .Indexes.MarkEntry to ActiveDocument.Indexes.MarkEntry. But no indexes are inserted.
Reply With Quote