![]() |
#1
|
|||
|
|||
![]()
I am really in need of help on this one! I want to group content controls. Easily done by using:
Code:
Selection.Range.ContentControls.Add(wdContentControlGroup) Code:
Dim cc As Word.ContentControl Dim rng As Range Set rng = ActiveDocument.Range Set cc = rng.ContentControls.Add(wdContentControlGroup) Code:
Dim cc As Word.ContentControl Dim rng As Range Set rng = ActiveDocument.Range Set cc = .ContentControls.Add(wdContentControlGroup, rng) ![]() Thanks Brock |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
daviddoria | PowerPoint | 1 | 07-26-2010 06:12 AM |
Package for CD with links to Windows media player content and Flash Shockwave content | hectorh | PowerPoint | 4 | 10-15-2009 12:22 PM |
Grouping - expand all | ejohns | Excel | 0 | 07-17-2009 07:15 AM |
![]() |
BillTheAdmin | Project | 2 | 12-05-2005 10:20 AM |
How to do grouping in Excel | volcane | Excel | 2 | 04-30-2005 09:23 PM |