diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-07-17 06:40:02 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-07-17 06:40:02 -0500 |
commit | 7c56a1e73cb266350862ea05c5b9592ad5a482c0 (patch) | |
tree | 5163c42d86093605f54d618ad96084544df47d6b /source/text/sbasic | |
parent | 7d9270f4d45603665daaa51f31914eadbbd6b353 (diff) |
More typo & grammar fixing
These should be things caught in review, before they’re introduced
to translators…
Change-Id: I352e6f38de317b43fadfe1e597fa45f66670166c
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/shared/vbasupport.xhp | 4 |
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> |