Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 11-13-2012, 02:12 PM
tmneal74 tmneal74 is offline Quick Parts Windows XP Quick Parts Office 2010 32bit
Novice
Quick Parts
 
Join Date: Aug 2012
Posts: 2
tmneal74 is on a distinguished road
Default Quick Parts


I work with contracts that have paragraphs that can have multiple alternatives. I have created a template with several quick parts for said alternative language. I want to be able to create the document I want (with the appropriate contact language) and then send to outside attorneys, etc. without them being able to see the alternative language that is saved into my quick parts. I want them to be able to get the "final" document and still be able to track any changes they make without having access to alternative language via the quick parts.

Any suggestions?
Reply With Quote
  #2  
Old 11-13-2012, 06:04 PM
gmaxey gmaxey is offline Quick Parts Windows 7 32bit Quick Parts Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,422
gmaxey is a jewel in the roughgmaxey is a jewel in the roughgmaxey is a jewel in the roughgmaxey is a jewel in the rough
Default

how are you entering the desired quickpart? Are you using a building block gallery content control? If so, you could convert the chosen entry to a rich text control before sending externally:

HTML Code:
Sub ScratchMacro()
'A basic Word macro coded by Greg Maxey
Dim oCC As ContentControl
Dim oCCNew As ContentControl
Dim oRng As Word.Range
Dim strText As String
For Each oCC In ActiveDocument.ContentControls
  If oCC.Type = wdContentControlBuildingBlockGallery Then
    Set oRng = oCC.Range
    strText = oCC.Title
    oCC.Delete
    Set oCCNew = ActiveDocument.ContentControls.Add(wdContentControlRichText, oRng)
    oCCNew.Title = strText
  End If
Next oCC
End Sub
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving Quick Parts with the document derohanes Word 4 10-23-2013 09:30 PM
Deleting Quick Parts in 2007 tazeo Office 2 02-12-2012 03:20 PM
Quick Parts - Own Custom Toolbar nutrastat Word 3 09-09-2011 01:52 PM
Quick Parts Quick parts in doc file alokmay Word 1 06-14-2011 04:46 PM
Word 2007 Quick Parts kateVanG Word 2 04-15-2009 07:04 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:26 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft