dkleinot
Civil/Environmental
- Oct 22, 2010
- 7
I'm trying to place a text node in VBA and i want to set it's justification to CenterCenter. TextNodeElement.Justification is readonly...
so i cant set it that way...
Any ideas?
Thanks
Code:
Dim txt As TextNodeElement
txt.Justification = MsdTextJustification.msdTextJustificationCenterCenter
Any ideas?
Thanks