![]() |
#2
|
||||
|
||||
![]()
Hi Brock,
You could use something like: Code:
Dim strTmp As String, i As Integer With ActiveDocument For i = 1 To .ContentControls.Count If .ContentControls(i).Tag = "ContainerContents" Then strTmp = .ContentControls(i).Range.Text & .ContentControls(i + 1).Range.Text Exit For End If Next End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Table of Content Eat up RAM Resources | Tommy | Word | 0 | 08-23-2010 10:08 PM |
need to grab content of certain fields? | erik2000 | Word | 0 | 02-19-2010 04:19 AM |
Package for CD with links to Windows media player content and Flash Shockwave content | hectorh | PowerPoint | 4 | 10-15-2009 12:22 PM |
![]() |
albytrott | Word | 1 | 10-08-2009 08:27 AM |
Templates: automatic text generation from Rich Text content control | Chickenmunga | Word | 0 | 10-01-2008 11:16 AM |