Thread: [Solved] Macro question
View Single Post
 
Old 12-22-2010, 11:21 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,366
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi Paul,

At its simplest:
Code:
Sub Demo()
Dim strQ As String
Question:
strQ = InputBox("What is the Question?", "Examiner")
If strQ <> "" Then GoTo Question
End Sub
but you need to say what you want done with each question!

Cheers,
Paul Edstein
[MS MVP - Word]
Reply With Quote