Using Office Word version 2016 or later, create a macro which will “swap” two words.
After positioning the cursor between two words, your macro will interchange the order of the two words. For example, if the sentence is “will she help?” and the cursor is between the first two words, executing your macro will produce “she will help?”
Ensure your macro works and is commented well. Ensure your macro is “stored in” the "current document" (and not "all documents"). Save the document as a .docm file. Upload the document with the macro.
Hint – be sure you can solve this problem manually before attempting to create a macro to solve it. You may either use the macro recorder or enter VBA code.
Some general help on macros is here: https://support.office.com/en-us/articl ... S&fromAR=1
Using Office Word version 2016 or later, create a macro which will “swap” two words. After positioning the cursor betwee
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am