![]() |
#1
|
|||
|
|||
![]() Convert all tables to text in endnotes |
#2
|
||||
|
||||
![]()
Yes please, two sugars...
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
#3
|
||||
|
||||
![]()
... and thanks for making such an excellent effort to ask a question so succinctly that no-one knows what you want to do.
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
#4
|
||||
|
||||
![]()
Let me guess - two guesses actually (after all we have two Guessed replies
![]() 1. You want to turn all tables in the document body into endnotes - as text, not as tables; or 2. You want to turn all tables in endnotes into text. Who knows? Maybe you want something different?
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
#5
|
|||
|
|||
![]()
i want to turn all tables in endnotes into text
|
#6
|
||||
|
||||
![]()
In that case, try this macro
Code:
Sub ConvertEndnoteTables() Dim aEN As Endnote, i As Integer For Each aEN In ActiveDocument.Endnotes For i = aEN.Range.Tables.Count To 1 Step -1 aEN.Range.Tables(i).ConvertToText Separator:=wdSeparateByParagraphs, NestedTables:=True Next i Next aEN End Sub
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
#7
|
|||
|
|||
![]() Quote:
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
tcoggins | Word Tables | 2 | 06-29-2016 10:28 AM |
![]() |
AustinBrister | Word VBA | 8 | 05-28-2015 02:42 PM |
![]() |
oraenthu | Word | 8 | 03-17-2015 10:22 AM |
convert tables to fillable forms in word | expert4knowledge | Word | 1 | 02-13-2014 03:06 AM |
My plain text post got converted to rich text in a reply, how to convert it back? | david.karr | Outlook | 0 | 01-05-2012 09:46 AM |