View Single Post
 
Old 05-23-2014, 05:23 AM
rsrasc rsrasc is offline Windows 7 64bit Office 2010 64bit
Competent Performer
 
Join Date: Mar 2014
Location: Germany
Posts: 148
rsrasc is on a distinguished road
Default Looking for Macro

I have a word document listing a series of True/False Questions (up to 49 questions-only included two (2) here for demonstration), and right after all the questions there are the answers to the questions. Please notice the questions are splitted/separated in two line
The way you see the information below is how it is copy and paste it from the source.
What I would like to have is to see if there is a way to automate the information with a macro.

Here is how the information in the document looks now.....
Question #1 (Q6955)
Here is the first question.
True
False
Question #2 (Q6954)
Here is the second question.
True
False

Question #1 :

True
Question #2 :

False
================================================== ============================
After the macro is applied, here is how the information should looks like:

1. Question #1 (Q6955)-Here is the first question.
A. True
B. False
Answer: A

2.Question #2 (Q6954)-Here is the second question.
A. True
B. False
Answer: B
==========================================

Hope someone can help me!

Thanks!
Reply With Quote