View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 168
Default Progress indicator while saving a file.

Hi.

I'm using VB code to save my Excel file to an off-site server. This saving
process can take as much as a minute. During this time, it is hard to tell
that anything is happening. I was wondering if there was a way to have some
sort of progress indicator display while the file is being saved.

Thanks.