我已经在我的文档上放置了一个纯文本内容控件。As String Set objExcel = CreateObject("Excel.ApplicationMsgBox exWb.Sheets("4").Cells(1, 2) // Works
' Having problems trying to get the data from
但是,当启用Developer带状选项卡,并单击那里的Visual Basic图标,然后从VB窗口的下拉列表中选择Document和ContentControlonEnter时,将出现以下代码:Dim i As Long, j As LongWith ActiveDocument
If ContentControl.Title = &qu