Thread: [Solved] Index switches
View Single Post
 
Old 01-20-2011, 07:56 PM
cksm4 cksm4 is offline Windows XP Office 2007
Advanced Beginner
 
Join Date: Aug 2010
Posts: 48
cksm4 is on a distinguished road
Default Index switches

Hello,

Can anyone tell me how to include a "\f" index switch using VBA? I insert the index using:
Code:
 
ActiveDocument.Indexes.MarkEntry Range:=rngTmp, Entry:=strTmp, _
CrossReference:="", CrossReferenceAutoText:="", _
BookmarkName:="", Bold:=False, Italic:=False
Thanks!

Brock
Reply With Quote