danielmare
Technical User
I'm using MS Office 2011 for Mac.
When I record a macro and put a border around an image, the macro records nothing. Attempting to simply program a macro, I tried the following:
For Each pic In ActiveDocument.InlineShapes
pic.Item.Borders '.blabla
pic.Item.ConvertToShape
Both Item.Borders and Item.ConvertToShape is not supported by the Picture object it seems:
Run time error '438'
Object doesn't support this property or method.
What is the actual property for picture borders??
When I record a macro and put a border around an image, the macro records nothing. Attempting to simply program a macro, I tried the following:
For Each pic In ActiveDocument.InlineShapes
pic.Item.Borders '.blabla
pic.Item.ConvertToShape
Both Item.Borders and Item.ConvertToShape is not supported by the Picture object it seems:
Run time error '438'
Object doesn't support this property or method.
What is the actual property for picture borders??