View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John[_22_] John[_22_] is offline
external usenet poster
 
Posts: 694
Default show download progress to user

Hi
Check these site:

http://www.cpearson.com/excel/StatusBar.htm
Chip Pearson is a regular on these site, you would be able to get help easily.

http://www.your-save-time-and-improv...ogressbar.html

http://www.dailydoseofexcel.com/arch.../progress-bar/

HTH
John

"VBANovice" wrote in message
...
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