Slicer.DisableMoveResizeUI property (Excel)

Returns or sets whether the specified slicer can be moved or resized by using the user interface. Read/write.

Syntax

expression.DisableMoveResizeUI

expression A variable that represents a Slicer object.

Return value

Boolean

Remarks

True if the slicer cannot be moved or resized by selecting borders or handles in the user interface; otherwise, False. The default value is False.

Setting the DisableMoveResizeUI property to True affects only the user interface.

Moving or resizing the slicer by setting properties, such as Top, Left, Width, or Height, from code is not disabled.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.