summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/vbasupport.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/vbasupport.xhp')
-rw-r--r--source/text/sbasic/shared/vbasupport.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/vbasupport.xhp b/source/text/sbasic/shared/vbasupport.xhp
index 4724bae843..e07bc4817a 100644
--- a/source/text/sbasic/shared/vbasupport.xhp
+++ b/source/text/sbasic/shared/vbasupport.xhp
@@ -35,10 +35,10 @@
<paragraph id="par_id051720170332428854" role="paragraph" xml-lang="en-US">Support for VBA is not complete, but it covers a large portion of the common usage patterns. Most macros use a manageable subset of objects in the Excel API (such as the Range, Worksheet, Workbook, etc.) and the support include those objects, and the most commonly used method/properties of those objects.</paragraph>
<paragraph id="hd_id051720170350145604" role="heading" level="2" xml-lang="en-US">Loading Microsoft Office documents with executable VBA macros</paragraph>
-<paragraph id="par_id051720170350147298" role="paragraph" xml-lang="en-US">Go to <item type="menuitem">Tools – Options – Load / Save – VBA Properties</item> and mark the <emph>Excutable code</emph> checkbox. Then load or open your document.</paragraph>
+<paragraph id="par_id051720170350147298" role="paragraph" xml-lang="en-US">Choose <switchinline select="sys"><caseinline select="MAC"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - VBA Properties</emph> and mark the <emph>Executable code</emph> checkbox. Then load or open your document.</paragraph>
<embed href="text/shared/optionen/01130100.xhp#executablecode"/>
-<paragraph id="hd_id051720170400536628" role="heading" level="2" xml-lang="en-US">Runing VBA Macros</paragraph>
+<paragraph id="hd_id051720170400536628" role="heading" level="2" xml-lang="en-US">Running VBA Macros</paragraph>
<paragraph id="par_id051720170400539565" role="paragraph" xml-lang="en-US">Run VBA macros in the same way as %PRODUCTNAME Basic macros.</paragraph>
<paragraph id="par_id051720170407404013" role="warning" xml-lang="en-US">Since support for VBA is not complete, you may have to edit the VBA code and complete the missing support with %PRODUCTNAME Basic objects, statements and functions.</paragraph>