Skip to content

Commit c1f930a

Browse files
authored
Update combining-vba-and-document-level-customizations.md
Typo (missing space)
1 parent 94cee66 commit c1f930a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vsto/combining-vba-and-document-level-customizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ms.workload:
3838
## Call VBA code from the customization assembly
3939
You can call macros in Word documents, and you can call macros and functions in Excel workbooks. To do this, use one of the following methods:
4040

41-
- For Word, call the <xref:Microsoft.Office.Interop.Word._Application.Run%2A>method of the <xref:Microsoft.Office.Interop.Word.Application> class.
41+
- For Word, call the <xref:Microsoft.Office.Interop.Word._Application.Run%2A> method of the <xref:Microsoft.Office.Interop.Word.Application> class.
4242

4343
- For Excel, call the <xref:Microsoft.Office.Interop.Excel._Application.Run%2A> method of the <xref:Microsoft.Office.Interop.Excel.Application> class.
4444

0 commit comments

Comments
 (0)