I am a beginner, and I found your article VERY easy to use, and it saved me alot of time on my project! Thank you again, and I have a small possibly un-nessary, but usefull addition to one line of your code:
On your last page, if you were to change the line as follows, your message would tell you what drive it was that you clicked on that was inaccessable:
Code:
Case 68
MsgBox Drive1.Drive & " drive not accessable"
' Switch back to the previosu drive
Drive1.Drive = OldDrive
Exit Sub