读书人

VBA WORD 关于版式替浮于文字上方和下

发布时间: 2013-03-26 09:54:33 作者: rapoo

VBA WORD 关于版式为浮于文字上方和下方
Dim myShape As Word.Shape
Set myShape = ActiveDocument.Shapes.AddShape(App.Path & "\Ripple.jpg", 40, 50, 100, 100, Selection.Range)
With myShape
.WrapFormat.Type = 3
.ZOrder 4
End With

这个好象做不能,上方和下方是怎样的呢,谢谢
[解决办法]
录个宏看下代码,

读书人网 >VB

热点推荐