V
viter.alex
Is there ane way to convert canvas to InlineShape. This code push
error at the last line:
Sub test()
Dim oshp As Shape
Dim oInShp As InlineShape
Set oshp = ActiveDocument.Shapes.AddCanvas(0, 0, 100, 100)
Set oInShp = oshp.ConvertToInlineShape
End Sub
error at the last line:
Sub test()
Dim oshp As Shape
Dim oInShp As InlineShape
Set oshp = ActiveDocument.Shapes.AddCanvas(0, 0, 100, 100)
Set oInShp = oshp.ConvertToInlineShape
End Sub