Microsoft Visio (formerly Microsoft Office Visio) is a diagramming and vector graphics application and is part of the Microsoft Office suite.
Questions tagged [visio-2010]
13 questions
4
votes
2 answers
Visio 2010: Adding a custom Stencil (permanently) to the Shapes menu
I know how to create custom stencils and shapes....what I haven't been able to find out is if it's possible (and how) to have my custom stencil w/shapes show up by default in the Shapes window/menu.
I would like to avoid having to go to > More…

user3254220
- 41
- 1
- 1
- 2
2
votes
1 answer
The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
I have an application which opens an Visio file .VSD and copies some jpeg images onto the VSD file. I am using Visio 2013, it works fine with this version but I have another client machine where I have only exe of this application(not complete code…

Puneeth
- 419
- 1
- 6
- 18
1
vote
1 answer
How to create reusable UML elements in visio?
I have a team of architects/designers creating a set of UML models. Most are used to using visio.
To enforce some discipline, i want to create a set of read only UML components that represent applications in the organization. What I need is a…

A j
- 1,069
- 2
- 16
- 29
1
vote
1 answer
How to avoid line breaks in MS visio 2010?
I have a simple Activity diagram as below:
I the decision box, As you can see the 'Correct Credentials?' is broken in two lines. How to avoid them? I searched on the web, but didn't find any solution.

Krupal Shah
- 8,949
- 11
- 57
- 93
1
vote
2 answers
Visio stencil/shape text box is hidden - need shown
I've downloaded and am using the VNX 5300 stencil/shape from https://download.emc.com/downloads/DL38235_VNX_Visio_Stencil.zip (I had to create a free account to download it).
I can hit F2 to edit the text, as normal, but it will not display. On…

Jon8RFC
- 85
- 1
- 8
0
votes
2 answers
Visio 2016 add template page to existing
In Visio I can create template drawings(*.vstx) and I can also add more pages to a drawing (*.vsdx).
When I try to insert a template as a page into my existing drawing it opens as a totally new drawing and not as a page as I want. It seems I can…

Simon J
- 17
- 8
0
votes
1 answer
Visio ShapeSheet Arrow Head doesn't match settings
I'm pretty sure this is a bug within Visio but I can't figure out how to re-create it... or avoid it.
I have a tool that reads the direction of an arrow in Visio by looking at the "BeginArrow" and "EndArrow" cells in the ShapeSheet and it has worked…

Samer
- 45
- 7
0
votes
1 answer
Visio 2010 - saving a SharePoint Workflow
I want to be able to save a SharePoint Workflow in Microsoft Visio Premium 2010. When I try to save a workflow I have created in Visio, the vwi filetype is not available from the pick list. What do I need to do to make this available?

hack404
- 1
0
votes
1 answer
Get layer of connector
Can I get the name of the layer a connector is assigned to in vba?
I am doing this with shapes like this
ActivePage.Shapes(1).layer(1)
And now I am looking for something similar but for connectors.

timbmg
- 3,192
- 7
- 34
- 52
0
votes
1 answer
How do I use a shape's ID from another field to define beginX
Background: Novice user and VBA programmer - be gentle, please.
Scenario:
Using a Visio (2010) straight line connector;
Currently 1-D Endpoints.BeginX is as follows:
=PAR(PNT(Milestone.40!Connections.X1,Milestone.40!Connections.Y1))
What I…

Wilhelm
- 21
- 6
0
votes
1 answer
Recurse directory of visio documents, to "find-and-replace" all hyperlink addresses
I have the following VBA script that I am using to replace addresses in all hyperlinks within a specific Visio document. (Replacing %20 with a raw space to allow links to work in Chrome/Firefox.)
Sub ChangeHyperlinks() ' change all hyperlinks on all…

Ryan
- 3
- 1
- 3
0
votes
3 answers
Run-time error '-2032465766 (86db089a)' "Requested operation is presently disabled."
This is weird. Why does Visio throw exception?
Scenario:
Open new instance of Visio.
Press CTRL+N for a blank new document.
Goto VB editor.
Open the default "ThisDocument" code file.
Paste the following code.
Sub test()
…

Nayan
- 3,092
- 25
- 34
0
votes
1 answer
How to change value of "DrawingResizeType"
This code is not working - the page size doesn't change:
canvas.Window.Application.ActivePage.PageSheet.get_CellsU("DrawingResizeType").FormulaU = "1";
canvas is
AxMicrosoft.Office.Interop.VisOcx.AxDrawingControl canvas;
Can anyone tell what is…

Nayan
- 3,092
- 25
- 34