Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

MACRO TO SET THE FONT OF CAPTION


hi can somebody please suggest the Macro to set the font of the Caption of a chart

i have found the obj and then used the below code

set prop= obj.GetProperties

set Capfnt= prop.GraphLayout.Frame.CaptionFont

Capfnt.FontName= "Segoe UI"

obj.SetProperties prop

i am getting an error on the last step saying type mismatch

please help

0 Replies