How do I change the default line weight in Visio

F

Flip

I want to use standard line weight 3 insteat of 1 for all new visio drawings
How do I go about?
 
J

JuneTheSecond

Hi,

You need to run a code when Visio start with add-in or add-on.

The basic code is simple.
ActiveDocument.GestureFormatSheet.Cells("LineWeight").FormulaU = "0.24 pt"

If you run this code in VBA Macro, the default line weight is set to (2)
only to the drawing that has this macro.

--
Best Regards.

JuneTheSecond
Now, visual calculation is more visual.
http://www.geocities.jp/visualcalculation/english/index.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top