' *** Outputs information relating the finalization of the sorting of the menus ***
If StartDone = 1 Then
If FavDone = 1 Then
MsgBox "Your menus are now sorted! You need to reboot to finalize the changes.", vbOkOnly + 64, "Thank you for using Menu Organizer 1.1"
Else
MsgBox "Your Start Menu is now sorted! You need to reboot to finalize the change.", vbOkOnly + 64, "Thank you for using Start Menu Organizer 1.1"
End If
Else
If FavDone = 1 Then
MsgBox "Your Favorites Menu is now sorted! You need to reboot to finalize the change.", vbOkOnly + 64, "Thank you for using IE4 Favorites Menu Organizer 1.1"