Help with comate Plus and word object
Posted: Thu Apr 18, 2013 7:38 am
This three line where not accepted by comate
Equivalent in visual basic
Comate responds : Method/property not support by this object
Can someone help me to solve that's problem
Code: Select all
WordApplication\SetProperty("ActiveDocument\Wholestory")
WordApplication\SetProperty("ActiveDocument\Font\Name = 'Arial Narrow'")
WordApplication\SetProperty("ActiveDocument\Font\Size = 12")
Code: Select all
Selection.wholestory
Selection.Font.name='Arial Narrow'
Selection.Fontsize= 12
Can someone help me to solve that's problem