Select All Similar Shapes or Whole Layer

Started by marisah, November 30, 2012, 12:05:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marisah

Hello,

Is there a way to select all similar shapes, such as text, or an entire layer in Visio 2010? I am thinking of something similar to the AutoCAD command 'qselect'.

Thanks for the assistance!
MH

Surrogate

Hello,

I think Visio2010 haven't feature like as AutoCAD's "qselect" ! May be it come in next :)

Yesterday i read post http://visguy.com/vgforum/index.php?topic=1987.0 , now want write my own code like "qselect" tool soon...

Surrogate

#2
Sorry, i forgot about "DrawingExplorerWindow"! i know it tool since  Visio2003, but now in Visio2010 this tool default hiden...

look there http://office.microsoft.com/en-gb/visio-help/edit-your-drawing-in-the-drawing-explorer-window-HA010357451.aspx

you can find your text or layer with DrawingExplorer Window



1. if you make your 'text'-shapes based on Master named 'Text'
2. if you placed this shapes in 'Text' Layer

For more complex searches like as 'qselect i must write my code  8)

JohnGoldsmith

If your shapes are based on masters that have been assigned to layer, then you can use Select By Type (see image) under Home / Editing / Select drop down (or, if I remember correctly, under the Edit menu in 2007 and before).

Another option is David Parker's 'multiSelect addin, which, amongst other things, allows you to make selections based on master type, position in a connected hierarchy etc.  Have a look at this link if that's of interest:

http://www.bvisual.net/Products/multiSelect.aspx

Hope that helps.

Best regards

John
John Goldsmith - Visio MVP
http://visualsignals.typepad.co.uk/

marisah

@John bingo! Much easier than expected. Thanks for your contribution!

L0wey

Easier still,

Lock all layers except the one you want to select.
Then Select All.

At least it works for a layer...

cheerio