BRING.TO.FRONT macro

Puts the selected object or objects on top of all other objects. For example, if some worksheet objects are covering part of an embedded chart, you can select the chart and use BRING.TO.FRONT to display the chart on top of the worksheet objects.

Syntax

BRING.TO.FRONT( )

If the selection is not an object or a group of objects, BRING.TO.FRONT returns the #VALUE! error value.

Related Function

SEND.TO.BACK   Sends selected objects behind other objects

Return to index