I am uisng your VBA Code to modify a Visio Diagram. I want to use my own template.
Const FlowchartTemplateName$ = "c:\temp\visio\OCUdefaultFTDRTemplate.vst"
Const FlowchartStencilName$ = "BASFLO_M.VSS"
But I am getting an error unexpected end of file.
Can you advise on the code changes needed to use my own template and stencil?
Thanks for your help in advance.