View Single Post
 
Old 11-19-2012, 03:28 PM
RobsterCraw RobsterCraw is offline Windows 7 32bit Office 2010 32bit
Novice
 
Join Date: Nov 2012
Posts: 11
RobsterCraw is on a distinguished road
Default

If it is returning a string and I want to store that string in a variable that I have declared as a String, what am I doing wrong here?

HTML Code:
Dim oCCTitle As String
...
     Set oCCTitle = ActiveDocument.ContentControls(i).Title
Reply With Quote