Using several "Coulmnsremove" commands

Following command is supposed to remove all set columns in question. But the button remains greyed out.
Obviously it´s not possible this way, perhaps because the button expects all items to be found. How can
the command be redesigned, so all fitting columns would be removed?

Also, originally i had a Set Columnsadd=sizerel at the end of the code.

Set Columnsremove=accessed
Set Columnsremove=created
Set Columnsremove=modified
Set Columnsremove=type
Set Columnsremove=attr

Putting them all on one line seems to work:

Set Columnsremove=accessed,created,modified,type,attr

Yes. that did it. Thanks! :bulb: :sunglasses: