-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Addon to allow Visio VBA to do a "Save As" | ||
|
||
There is no built-in dialog in Visio VBA to do a Save As. So, I have created an addon that can do this. | ||
Download the .zip file below, unzip it and run the .msi file contained within. This will install the addon in Visio. | ||
Now download the test.zip file below and unzip it into your My Shapes folder. Open this file and look at the macro "SaveAs". | ||
Edit the contents of the string "SaveAddress" to change the default location and name where the file is saved to. | ||
|
||
See: https://www.paulherber.co.uk/free-visio-addons/ |