Skip to content

Commit d43962a

Browse files
authored
Merge pull request #1907 from jkpieterse/patch-7
Update Excel.Workbook.ApplyTheme.md
2 parents bb2cbdd + b735580 commit d43962a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

api/Excel.Workbook.ApplyTheme.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@ _expression_ A variable that represents a **[Workbook](Excel.Workbook.md)** obje
2727

2828
|Name|Required/Optional|Data type|Description|
2929
|:-----|:-----|:-----|:-----|
30-
| _FileName_|Required| **String**|Name of the theme.|
30+
| _FileName_|Required| **String**|Full path and file name of a stored theme|
3131

32+
Example:
3233

34+
Sub ApplyThemeExample()
35+
ActiveWorkbook.ApplyTheme "C:\Program Files\Microsoft Office\Root\Document Themes 16\Office Theme.thmx"
36+
End Sub
3337

3438

35-
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
39+
40+
41+
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

0 commit comments

Comments
 (0)