J
John
Hi there,
Can anyone tell me why I can't do this:?
Dim shpText As Master
Set shpText = Application.ActiveDocument.Masters.Item("TextShp")
If ckNonPrinting.Value = True Then
shpText.CellsSRC(visSectionObject, visRowMisc,
visNonPrinting).Formula = "=True"
Else
shpText.CellsSRC(visSectionObject, visRowMisc,
visNonPrinting).Formula = "=False"
End If
I get an error saying object doesn't support method, but what's stopping me
changing shapesheet formulas in a master before I drop it onto the page?
Thanks in advance.
John
Can anyone tell me why I can't do this:?
Dim shpText As Master
Set shpText = Application.ActiveDocument.Masters.Item("TextShp")
If ckNonPrinting.Value = True Then
shpText.CellsSRC(visSectionObject, visRowMisc,
visNonPrinting).Formula = "=True"
Else
shpText.CellsSRC(visSectionObject, visRowMisc,
visNonPrinting).Formula = "=False"
End If
I get an error saying object doesn't support method, but what's stopping me
changing shapesheet formulas in a master before I drop it onto the page?
Thanks in advance.
John