View Single Post
 
Old 12-11-2022, 07:50 AM
zhanglei1371 zhanglei1371 is offline Windows 7 64bit Office 2016
Novice
 
Join Date: Dec 2022
Posts: 2
zhanglei1371 is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
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.
Reply With Quote