![]() |
#6
|
||||
|
||||
![]() Quote:
Quote:
![]() Rather than complicating the macro further, you could use a wildcard Find/Replace with: Find = (\<)([!\>\<]{1,})(\>) Replace = {\2} to change the '<*>' strings you don't want converted to endnotes to '{*}' strings (use something other than '{' and '}' if those characters are already in use), stepping through the Find/Replace process. Then run the macro. If you want to get the '<*>' strings back again afterwards, simply reverse the Find/replace process: Find = (\{)([!\}\{]{1,})(\}) Replace = <\2> and this time you won't need to step through.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
convert text to endnote, macro |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
shabbaranks | Word | 3 | 05-18-2011 08:59 AM |
![]() |
smed | Word | 3 | 01-14-2011 03:34 PM |
convert html to text at opening | etfjr | Word | 0 | 12-13-2010 11:14 AM |
Convert Number to Text | devcon | Word | 0 | 07-10-2010 01:16 AM |
Convert Dollar amount to text | GeorgeLawshe | Word | 0 | 03-07-2010 10:17 PM |