Does anyone know how to insert a block into a Table object cell via VBA?
I've been looking through the object model and can't seem to find a method to insert blocks. Is there some other technique that would work?
Does anyone know how to insert a block into a Table object cell via VBA?
I've been looking through the object model and can't seem to find a method to insert blocks. Is there some other technique that would work?
A quick guess of the general procedure...
blkId = { get the block's id via ObjectID Property }
tblobj.SetBlockTableRecordId(row, col, blkId, bAutoFit)
tblobj.SetBlockRotation(row, col, blkRotation)
tblobj.SetBlockScale(row, col, blkScale)
tblobj.Update
--
Chris
TTF formatting in Table text makes table unselectable when y