首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VB >

想改变艺术字的属性,但苦于没有动作,请各位看看解决思路

2012-09-11 
想改变艺术字的属性,但苦于没有动作,请各位看看改变艺术字的属性Dim myShape As ShapeOn Error Resume

想改变艺术字的属性,但苦于没有动作,请各位看看
'改变艺术字的属性
'Dim myShape As Shape
'On Error Resume Next
'Selection.GoTo what:=wdGoToPage, which:=wdGoToAbsolute, Count:=3 '将光标落至第三页
'ActiveDocument.Shapes("myShape").Delete
'Set myShape = ActiveDocument.Shapes.AddTextEffect(PresetTextEffect:=15, Text:="添加艺术字体", FontName:="宋体", FontSize:=36, FontBold:=False, FontItalic:=False, Left:=200, Top:=400)
'ActiveDocument.Shapes(1).WrapFormat.Type = 15 '艺术字形状
'ActiveDocument.Shapes(1).TextEffect.NormalizedHeight = msoTriStateToggle '艺术字字母高度
'ActiveDocument.Shapes(1).TextEffect.Alignment = msoTextEffectAlignmentLetterJustify '对齐方式
'ActiveDocument.Shapes(1).TextEffect.Tracking = 453 '字符间距

[解决办法]
'ActiveDocument.Shapes("myShape").Delete
你删了怎么看?

热点排行