Hey guys,
I am trying to open a Visio stencil that I have saved ( "Favourites.VSS") when I open a new Visio file programatically.
Currently when I open the new visio file, the favourites are not displayed and therefore some of the shapes I have saved in favourites cannot be rendered onto the...
The full module is below:
Option Compare Database
Function GenerateVisioDiagrams(FlowIDs() As Integer, FlowType As String) 'Generate process or data flow diagram in Visio
Dim FlowName As String
Dim rs As Recordset, rs1 As Recordset, rs2 As Recordset
Dim i As Integer, j As Integer...
Hey guys! :)
I have an error when trying to programatically create visio drawings from Access. I get a runtime error : Object name not found.
This seems to happen when I try to create a visio flowchart that has the 'terminator' element. when the flowchart only has the 'process' shape I recieve...