SaveTemplate method (TrendPro object)
Saves the current styles as a template. If the template already exists, it will be replaced automatically.
Syntax
TrendPro1
.SaveTemplate
TemplateName
where
TrendPro1
- is the name of a TrendPro object or an expression that evaluates to a TrendPro object.TemplateName
- is a parameter of the type String that specifies the name of the template.Example
Private Sub btnSaveTemplate() TrendPro1.SaveTemplate "MyTemplate" End Sub
Provide Feedback