Skip to content

johnzoki/mvb_macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Sharepoint_Macros

A way to open Word templates from the company's Sharepoint using macros.

Documentation is in the code itself. If possible prevent using umlauts in file or pathnames.

Import Marco.bas-files into Normal.dotm

...\user\AppData\Roaming\Microsoft\Templates\Normal.dotm

Variabels you have to set before implementation.

havePresetFolder As Boolean

presetFolder As String

presetPath As String

Examples:

If havePresetFolder is True:

gavePresetFolder = True

presetFolder = "\Company\Documents\Presets"

presetPath = "Preset_empty.dotm"

If havePresetFolder is False:

gavePresetFolder = False

presetFolder = ""

presetPath = "Company\Documents\Presets\Preset_empty.dotm"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors