Dropbox gets a bit sniffy if there are many third party downloads, so I have moved the progress bar to my web site -
http://www.gmayor.com/Zips/ProgressBar.zip. You can adapt the code for 32 or 64 bit use with
Code:
Option Explicit
#If Win64 Then
Private Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
#Else
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
#End If