Redimensionar / reposicionar formas do Microsoft Visio 2013, em páginas diferentes?

0

Como posso redimensionar / reposicionar de forma eficiente as formas do Microsoft Visio 2013 em diferentes páginas? Editá-los um por um é a única maneira?

Por exemplo, tenho 28 páginas, cada uma com uma caixa de texto que desejo ter a mesma posição x / y e altura / largura.

Eu tentei selecionar o objeto, na página 1, selecionando o pintor de formato e, em seguida, aplicando-o ao objeto, na página 2, mas isso não foi possível redimensionar / reposicionar.

    
por iokevins 29.09.2016 / 05:13

1 resposta

0

Eu resolvi por meio de uma macro, que executou cinco etapas (assumindo a exibição do painel de tarefas Tamanho e posição):

  1. Selecione a forma
  2. No tamanho do painel de tarefas & Posição, redimensionar x
  3. No tamanho do painel de tarefas & Posicione, redimensione y
  4. No tamanho do painel de tarefas & Posição, redimensionar largura
  5. No tamanho do painel de tarefas & Posicione, redimensione a altura

Detalhes adicionais, através do link :

On the Developer tab, click Record Macro. (If you don’t see the Developer tab, see “Show the Developer tab” below.)

Macros commands

In the Macro name box, type a name for the macro.

In the Shortcut key box, type a shortcut key that can be used with the CTRL key to run the macro.

In the Store macro in box, click the document in which you want to store the macro.

In the Description box, type a description for the macro.

Click OK to begin recording the macro.

Perform the actions you want to include in your macro. On the Developer tab, use Pause Recording if needed.

When you record a macro, you can use the mouse to click commands and options, and to work with shapes and objects in drawings.

To stop recording your macro, click Stop Recording on the Developer tab.

You can also pause or resume macro recording using the Recording toolbar.

To view the resulting code, on the Tools menu, point to Macros, click Macros, click the macro name, and then click Edit.

SHOW THE DEVELOPER TAB

Click the File tab and then click Options.

Click Customize Ribbon.

Under Customize the Ribbon and under Main Tabs, select the Developer check box.

The Developer tab appears at the end of the ribbon opposite the File tab.

    
por 29.09.2016 / 05:38