Dim oShp As Word.ShapeDim i As Long x = ActiveDocument.Shapes.CountFor i = 1 To x Set oShp = ActiveDocument.Shapes(i) If oShp.Type = msoTextBox Then oShp.Select ' Do Somethinng End IfNext i
沒有留言:
發佈留言