Using Office Word version 2016 or later, create a macro which will “swap” two words. After positioning the cursor betwee

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Using Office Word version 2016 or later, create a macro which will “swap” two words. After positioning the cursor betwee

Post by answerhappygod »

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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply