I am pretty sure what you meant to say was : ---- Originally Posted by gmaxey If WordDoc.ContentControls(i).Checked Then DocSheet.Cells(i + 1, 2).Value = "True" Else DocSheet.Cells(i + 1, 2).Value = "False" End If
If WordDoc.ContentControls(i).Checked Then DocSheet.Cells(i + 1, 2).Value = "True" Else DocSheet.Cells(i + 1, 2).Value = "False" End If
Graham Mayor - MS MVP (Word) 2002-2019 Visit my web site for more programming tips and ready made processes http://www.gmayor.com
View Tag Cloud
Forum Rules