![]() |
#39
|
||||
|
||||
![]()
Hi Jana,
There is no practical way for the code to 'know' whether there are any more headings to include at the time it is adding each one. The only practical way of adding in a stop is to do so after all of the headings have been added to StrTxt and before they are written into the document. To do that, you could change: StrTxt = "{" & Left(StrTxt, Len(StrTxt) - 2) & "}" to: StrTxt = "{" & Left(StrTxt, Len(StrTxt) - 2) & ".}"
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gray square brackets | waldux | Word | 8 | 09-25-2013 04:14 PM |
![]() |
fatso | Word | 2 | 08-04-2011 11:34 AM |
brackets citation | uncung | Word | 1 | 07-13-2011 01:39 PM |
Brackets Issue... | DarkJudge1 | Outlook | 0 | 07-06-2010 05:15 PM |
copy a file which does not have copy option | jkind | Word | 0 | 01-17-2010 09:25 AM |