Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
130 views

I am trying to use VBA from Excel to create/configure pages in Visio. I cannot enable the Microsoft Visio 16.0 Type Library from the Excel VBA console (error indicates a naming conflict). I tried '...
enfueg0's user avatar
  • 11
1 vote
1 answer
74 views

Currently trying to use the following function to sort some data in a Visio Excel OLE Object. I have confirmed that it can Select the Range (the line before sort), and it is correctly selecting all ...
user2705985's user avatar
0 votes
1 answer
69 views

I need to check that all the unsaved progress from Visio is in the UTF-8 encoding before I save the document. The reason I need this, is because the xml data is encoded in UTF-8 and I have people ...
DanTheMan's user avatar
0 votes
1 answer
38 views

I've got the following code (in testing mode) in a Visio addin to be used to track shapes being dragged. All events appear to be firing as expected - Except.... When I drag a shape, the mouse down ...
user2556468's user avatar
1 vote
1 answer
186 views

Title: Why aren't shapes appearing in my generated Visio file using the vsdx Python library? Description: I'm working with the vsdx Python library to generate a flowchart and export it to Visio. My ...
sayen vv's user avatar
0 votes
1 answer
154 views

Background: I have a shape in Visio (basic Rectangle) that has assigned shape data (via right click->Data-> Define Shape Data). Two of these pieces of data, "Parents" and "...
Trashman's user avatar
  • 1,664
0 votes
1 answer
78 views

I'm very confused right now. I'm using VBA in Visio to do some automated charts, though I don't think it matters that it's Visio. I have defined multiple classes, and some of them are similar but have ...
Trashman's user avatar
  • 1,664
0 votes
1 answer
247 views

Background I want to create a reusable shape in Visio (Visio 365 Desktop) with certain data attached. I created a custom Stencil in "My Shapes", right clicked it and selected "Edit ...
Trashman's user avatar
  • 1,664
-1 votes
1 answer
55 views

i am trying to pass string value to visio shape data table, but i can able to pass number value to visio shape table & when pass string value python is throwing error. Please help me what missing ...
Ana Varathan's user avatar
0 votes
0 answers
94 views

I need to perform the following on a Visio diagram using VBA. Identify connection point of shapes defined by specific coordinates (e.g., Connections.X4 and Connections.Y4). Find a connector (arrow) ...
Farhad Najmeddin's user avatar
0 votes
0 answers
41 views

I want to be able to set the height of a rectangle and the width to vary based on the text that has been entered (with the user still able to control the font type and size). This is analogous to the ...
Miles's user avatar
  • 127
0 votes
0 answers
101 views

I have a simple SVG file that defines an arrowhead at attaches in to the end of the line like this: <defs> <!-- A marker to be used as an arrowhead --> <marker id="...
katrin_melody's user avatar
0 votes
1 answer
128 views

I am having a MS Visio diagram. Often I need to export the part of the drawing to a picture file to use it somewhere else, but I am really tired of using menus. I want to export some selected elements ...
Gregory A's user avatar
0 votes
1 answer
156 views

Sorry I am a little new to this I have an excel document that creates a visio diagram but the order does not come out alphabetically 'Set shape data properties .CellsU("Prop.Handle")....
Claire Fryatt's user avatar
0 votes
1 answer
101 views

Can anyone help me out with the above issue?. I have checked the Visio VSTO websites and could not find any codes that accesses the needed page properties. I need to access the "page setup" ...
Fairoz's user avatar
  • 45
0 votes
1 answer
115 views

I have an org chart generated from an Excel table. In the table and chart we have a field "Source" to show if the role is filled internally or externally. I would like the internal and ...
Miles's user avatar
  • 127
0 votes
1 answer
471 views

I am trying to export my diagram like flowchart to VSDX file but, I have not found a single lead on How can I do that. also there is no such thing like structure of VSDX file or anything available. I ...
jenish963's user avatar
0 votes
1 answer
108 views

I have a macro-enabled stencil for audio-visual schematic drawings, which includes a rack frame shape for when the team is doing a 19" rack layout. By default this is 1U tall, but when dragged up ...
Andi Allan's user avatar
0 votes
1 answer
72 views

I'm creating a VSTO VB On Visual Studio for MS Visio. I have created a Ribbon with buttons, all works well then I've made a DropDown and I want to get back the selected Item. So I created the OnAction ...
michael centenico's user avatar
0 votes
1 answer
84 views

I'm new to VBA with some previous coding experience. I'm doing a job task with Visio (yay). Is it possible to mimic something like these icons (dark blue ones in 1st pic) in Visio? I'd need to ...
emmie's user avatar
  • 1
1 vote
1 answer
130 views

I'm controlling Visio from Python using win32com and with good results overall so far. After a recent update to my code, container header fills are no longer taking effect. The code I'm using: class ...
WV_Mapper's user avatar
  • 401
0 votes
1 answer
58 views

I have a schematic template I am working on, and want to be able to have an image across multiple pages but only inserted once. I was thinking something along the lines of a Shape, that I could link ...
user2705985's user avatar
0 votes
1 answer
61 views

I try to copy text form Excel and paste using PasteSpecial but it show error "Run-time error 438" at visApp.ActiveWindow.PasteSpecial 3 Sub CopyTextFromExcelToVisio() Dim visApp As Object ...
Peeraput Prakhummin's user avatar
0 votes
0 answers
57 views

I am doing the function of Microsoft visio file parsing to the web canvas. When compatible with the attributes of EllipticalArcTo, I do not know how to map the EllipticalArcTo to the ellipse method of ...
DrieckyCay's user avatar
0 votes
1 answer
164 views

I have Visio Vba macro that is supposed to take in a file path to an excel sheet from a global var. Then it opens that file, generates a new excel sheet, and takes the sheets from the old path and ...
Lepookie's user avatar
0 votes
1 answer
233 views

I'm using Python to control Visio via win32com.Client on a Windows 10 Platform. I've had a lot of success with this project but am stuck trying to find an answer. I've been scouring the Microsoft ...
WV_Mapper's user avatar
  • 401
0 votes
1 answer
220 views

Using C# and Microsoft Interop Office Visio, I am trying to change the direction of a cross-functional flowchart. To do this manually, I have to do the following: click on cross-functional flowchart ...
user1242840's user avatar
1 vote
1 answer
98 views

I'm implementing a custom WOPI host and currently is working with word, excel and power points documents. But when I try to open a visio document (vsdx extension) I'm getting the following error: I ...
logit's user avatar
  • 21
0 votes
1 answer
125 views

I hope someone can advise how I could fix a problem I've been having with Visio Design documents. There are several .vsdx hundred files that would open all their shapes in a new window each. The ...
Asenski's user avatar
  • 51
0 votes
1 answer
385 views

I am trying to export pages to PNG from Visio, in high resolution. When I export manually with a custom resolution of 300x300, I get dimensions of 3450x2397. When I export with VBA with the syntax ...
Francis's user avatar
  • 907
0 votes
1 answer
145 views

I am interested in reading Microsoft Visio files with Python. I did a custom offline personal Python module to read it; I took great inspiration from this repository: https://github.com/dave-howard/...
PackSciences's user avatar
0 votes
0 answers
125 views

I'm new to using Microsoft Visio and have encountered an issue while creating a diagram using Excel as a data source. In my Excel sheet, I have columns for Symbolic Name, Name, Next Step ID, Connector ...
pranavs's user avatar
  • 97
0 votes
1 answer
169 views

I have an excel file containing columns: Process step ID, Process step description, Next step ID, Connector label, Shape type, Function, Phase. It has everything required. I want to load it in visio ...
Nazmul Hasan's user avatar
0 votes
1 answer
207 views

My goal is to call a subroutine that takes the caller's name as an argument. Something like: Public Sub Shape_DoubleClick(ByVal shapeName As String) Debug.Print "Shape_DoubleClick called for: ...
Norsak's user avatar
  • 69
0 votes
0 answers
45 views

I have a file with .VSDX extension, i want to add it to the file with .Docx extension using Java. The generated byte[] will later be send in response where i can download it and edit the visio file ...
Avinash Thakur's user avatar
-1 votes
1 answer
96 views

I have downloaded Online Shapes "Microsoft Azure Cloud Icons" But I am not able to search within it Since there are dozens of icons it's very hard to work with it. I am using Desktop ...
Muflix's user avatar
  • 6,896
0 votes
1 answer
89 views

I'm trying to select the child shape, but It's impossible. My code doesn't works only child shape. var app = await FlipClass.GetVisioApplicationAsync(); var doc = app.ActiveDocument; var page = app....
kkachi's user avatar
  • 3
0 votes
1 answer
297 views

I'm working on a project to create a Visio diagram via PowerShell, and I need to update an existing Shape Data (Prop.Row_1 — Prop.Row_3) for shapes from a stencil. How can I do that?
DjP's user avatar
  • 333
0 votes
1 answer
304 views

tl;dr Can I repurpose Cut/Copy/Paste in Visio to transfer text only? I have some Shapes in Visio that users have frequent repeated data on (Ex: blocks for Date/Time). It's intuitive to use standard ...
Vince's user avatar
  • 499
0 votes
1 answer
223 views

I'm trying to automate figure/shape generation in MS Visio via some python scripting using win32com. More specifically I'm having issues make converting/creating a shape with gradient fill. I have a ...
Jack H L's user avatar
0 votes
2 answers
307 views

I created a Visio Add-In in Visual Studio 2022. I need create a dockable window, however i can't see a way for create it. Right now the only way I found was via a window form like: myCustomForm = new ...
Daniel Scerpa's user avatar
0 votes
2 answers
329 views

I have one .vssm script file in vba attached to a .vsdm script-enabled document on one side, and hundreds of .vsd and .vsdx files on the other. With the .vssm script file open in the vba editor in the ...
Francis's user avatar
  • 907
2 votes
1 answer
194 views

I'm trying to select all shapes within an existing Visio-file that are i. e. in layer "help" to delete them. Is there a way to achive that using python package "vsdx"?
HConBike's user avatar
  • 109
0 votes
1 answer
94 views

I simply need to underline + bold PRI_SITETXT and SEC_SITETXT and leave all other text bold. Shape SITEINFO_BOX = SITEINFO.DrawRectangle(1, 14.5, 11, 2.5); SITEINFO_BOX.CellsU["LinePattern"]....
Calibus's user avatar
  • 21
0 votes
1 answer
168 views

I want to extract all the shapes from a CAD file and use these shapes in MS-Visio with the correct sizing. I couldn't import them perfectly because I had already used add-ons in visio like "...
Sam's user avatar
  • 31
1 vote
1 answer
148 views

tl;dr Is there an efficient way using VBA to split a multipage Visio file into different files per foreground page and including a background page? A simpler version of this question (excluding the ...
Vince's user avatar
  • 499
0 votes
2 answers
205 views

I tried saving a macro where I set the weight of a connector, and got an expression like Application.ActiveWindow.Page.Shapes.ItemFromID(17).CellsSRC(visSectionObject, visRowLine, visLineWeight)....
Francis's user avatar
  • 907
0 votes
0 answers
498 views

I have to remove Microsoft Visio silentlyy from a lot computer. I tried Uninstall-Package and wmic commands, via PsExec, seems working but not uninstalling, still there. It is for Visio 2016 and Visio ...
Ercüment's user avatar
0 votes
1 answer
279 views

I am working in Visio with VBA. Is there a way to change the starting point from page corner to coordinates of x,y? When I create a macro it automatically takes the starting point as a page corner and ...
ilker's user avatar
  • 1
0 votes
1 answer
156 views

I want to write a macro for Visio that converts all occurrences of one color into another, such as RGB(255,128,0) to RGB(200,128,60), if I want to tone down some bright orange. When I list the colors ...
Francis's user avatar
  • 907

1
2 3 4 5
31