![]() |
|
#2
|
|||
|
|||
|
Something like this perhaps:
Code:
Sub ScratchMacro()
'A basic Word macro coded by Greg Maxey
Dim oFld As Word.Field
For Each oFld In ActiveDocument.Range.Fields
If oFld.Type = wdFieldIndex Then
oFld.Select
End If
Exit For
Next oFld
End Sub
|
| Tags |
| gotoindex macro, index, indexing in word |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Create index
|
gtpt | Word | 1 | 03-07-2014 07:34 PM |
| Need help with Index formula | gbaker | Excel | 7 | 02-07-2014 06:34 AM |
Formatting a second index
|
Lebber | Word | 3 | 08-05-2013 02:13 AM |
| Adding an Index | savo | Word | 1 | 04-17-2013 06:16 PM |
Index switches
|
cksm4 | Word VBA | 2 | 02-03-2011 07:21 AM |