View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
VBANovice VBANovice is offline
external usenet poster
 
Posts: 12
Default show download progress to user

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