Home › Forums › General XMetaL Discussion › Read Only Mode – Xmetal 5.5 › Reply To: Read Only Mode – Xmetal 5.5
Reply to: Read Only Mode – Xmetal 5.5
July 2, 2009 at 4:40 pmThis is an XMetal Author. The script is in VB.
Yes don't bother about the other things.
Just wanted to know if
Set xmlReadMode = XMetaL.ActiveDocument.Range
xmlReadMode.ReadOnlyContainer = True
is a valid statement.
I think there is one more way to set the read only attribute:
ActiveDocument.Range.Writable = False