Change fill of all elements (key-in)

Hello,

I want to change the fill of all elements in a lot of files and I want them to have no fill. For this I want to use the batch processing with vba. In the moment it looks like this:

LEVEL SET LOCK OFF ALL (To unlock all references)
CHOOSE ALL
ACTIVE FILL OFF
CHANGE FILL
FILEDESIGN (save settings)

But if I let run the batch processing it doesn't work.
It opens this little window:

But the confirmation of this command is missing.
Can anyone help me with this? Thank you!


(P.S.: Changing the color is working the same way:
CHOOSE ALL
ACTIVE COLOR 11
CHANGE COLOR)

Parents Reply Children