Quote:
Originally Posted by Guessed
There is an option that automatically creates the Drawing Canvas. You can turn it on vba with
Code:
Application.Options.AutoCreateNewDrawings = True
Using the interface you go to File > Options > Advanced > Editing Options > Automatically create drawing canvas when inserting AutoShapes
|
THX for the reply,but I have to deal with a lot of documents with many shapes without canvas. So I want to know how to solve this condition with Vba-xml.