That is all I have right now... I am going to use your code... I have manipulated it enough to fit what I wanted to. If you want, the 200 is still open, add error checking and that stuff and you can have it...
For instance, what happens if they enter:
Mosiah 10 --> I have this one done
Mosiah --> I have this one done
Mosiah10:3-5
Mosiah 10:4 --> I have this one done
Could they enter this?
Mosiah 10:3,7,9,...
How would I parse that?
Dim mstrQueryString As String
Dim mstrBook As String
Dim mstrChapter As String
Dim mstrBeginVerse As String
Dim mstrEndVerse As String
Dim mintBookEnds As Integer
Dim mintChapterEnds As Integer
Dim mintStartVerseEnds As Integer
Dim mintNumberOfChapters As Integer
Dim mintCurrentVerse As Integer
Dim mvarQueryStrings() As Variant
The code to getthe scripts into arrays is good, but I don't REALLY need that... What you sent before works, but I need "error checking" like I said above and more in-depth parsing of the query string...
I will look into more code for you.