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 willinterchange the order of the two words. For example, if thesentence is “will she help?” and the cursor is between the firsttwo words, executing your macro will produce “she will help?”
Ensure your macro works and is commentedwell. Ensure your macro is “stored in” the "currentdocument" (and not "all documents"). Save the document asa .docm file. Upload the document with the macro.
Hint – be sure you can solve this problem manually beforeattempting to create a macro to solve it. You may either use themacro recorder or enter VBA code.
Some general help on macros ishere: 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