I asked this question previously but I don't think I was clear enough.
I need to write a Word VBA macro which will prompt the user to select some text by highlighting it after the macro has started running and then to process the new selection. This process will repeat an unknown number of times within the macro.
The only problem I have is figuring out how to get the VBA macro to 'pause' and allow the user to make this selection. If anyone is familiar with AutoCAD VBA, I am looking for the equivalent of the AcadSelectionSet.SelectOnScreen method. This seems so obvious and fundamental, but I just can't find anything in the Microsoft help files or searching online that shows me how to do this. Please help if you can!