View Single Post
 
Old 09-03-2012, 09:58 PM
anirudhsood anirudhsood is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Sep 2012
Posts: 1
anirudhsood is on a distinguished road
Default Pausing a Macro for User Selection and continuing

I am working on a Macro where I want it to pause and ask the user to select the text in the document so it can be replaced and then once the user selects the document, user is asked with multiple choice of 5 options

Eg.
Option A ( should replace the selected text by inserting a.doc file)
Option B ( should replace the selected text by inserting b.doc file)
.
.
Option E ( should replace the selected text by inserting e.doc file)

How to go about doing this?
Reply With Quote