We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb2cbdd + b735580 commit d43962aCopy full SHA for d43962a
api/Excel.Workbook.ApplyTheme.md
@@ -27,9 +27,15 @@ _expression_ A variable that represents a **[Workbook](Excel.Workbook.md)** obje
27
28
|Name|Required/Optional|Data type|Description|
29
|:-----|:-----|:-----|:-----|
30
-| _FileName_|Required| **String**|Name of the theme.|
+| _FileName_|Required| **String**|Full path and file name of a stored theme|
31
32
+Example:
33
34
+ Sub ApplyThemeExample()
35
+ ActiveWorkbook.ApplyTheme "C:\Program Files\Microsoft Office\Root\Document Themes 16\Office Theme.thmx"
36
+ End Sub
37
38
-[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
39
+
40
41
+[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
0 commit comments