SmartArtNode.ReorderUp method (Office)

Swaps a node with the previous node in the bulleted list. This method reorders the node's entire family.

Syntax

expression.ReorderUp

expression An expression that returns a SmartArtNode object.

Return value

Nothing

Remarks

This method simulates choosing the Reorder Up button on the Microsoft Office Fluent Ribbon user interface, which is located on the SmartArt Tools tab, on the Design group on Reorder Up.

Example

The following code swaps the first node with the next node and reorders the node's parents.

ActivePresentation.Slides(1).Shapes(1).SmartArt.Nodes(2).ReorderUp

See also

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.