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= 12Can someone help me to solve that's problem


