Skip to content

Commit 2768370

Browse files
Merge pull request #3918 from lindalu-MSFT/patch-3
Fixed typo (missing a space)
2 parents 94cee66 + c1f930a commit 2768370

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)