show download progress to user

  • Thread starter Thread starter VBANovice
  • Start date Start date
V

VBANovice

i have an excel file that needs to import an mdb file from a server to the
users computer. I would like to give the user a Progress bar or window that
shows the % complete or the blue boxes you get when you download a file from
a web page. the purpose is to give the user a clear indication that a file
download is in progress. the status bar doesn't seem to be good enough for
my users :-(

i'm using a simple "FileCopy" command.

thanks
 
Back
Top