![]() |
|
#1
|
|||
|
|||
|
Hello everyone,
the following code is part of a longer macro: Dim TOFRange As Range Dim Found As Boolean Set TOFRange = ActiveDocument.TablesOfFigures(1).Range With TOFRange.Find .ClearFormatting .Font.Italic = True .Font.Bold = True .Text = "" .Forward = True .Wrap = wdFindStop Do While .Execute If Not TOFRange.InRange(ActiveDocument.TablesOfFigures(1) .Range) Then Exit Do End If TOFRange.Font.Italic = False TOFRange.Font.Bold = True TOFRange.Collapse wdCollapseEnd Loop End With This part formats a section of my table of figures. My plan is to have the same functions for tables. Therefore, I have inserted a table of tables, which is also a TOF. Now my question is: How do I change the above code so that Word knows that I mean the table of tables and not the table of figures? I have already replaced the 1 behind TablesOfFigures with all numbers up to 9, but unfortunately this does not change anything. Thank you and have a nice Easter weekend! Regards, Jonas |
| Tags |
| makro, tof |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Treversing directories and open WORD-docs ???
|
ksor | Word VBA | 0 | 10-14-2019 05:20 AM |
Any Way for Find & Replace to Differentiate Between Left & Right Inverted Commas?
|
CrossReach | Word | 2 | 12-08-2018 09:17 PM |
control or differentiate between the text boundaries for whole page and the line itself
|
Fatin Rimawi | Word | 2 | 01-14-2018 08:55 AM |
| I want a tutorial on what directories/files OneNote 2010/13 and Office 365 create | stjudeb | OneNote | 0 | 04-10-2017 10:57 AM |
| Can you have 2 directories in 1 document? | Beeblebrox | Mail Merge | 2 | 09-30-2013 08:35 AM |