View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_4_] Dave Peterson[_4_] is offline
external usenet poster
 
Posts: 52
Default Status bar event ?

Even if there were, I don't think you could interupt excel's calculation process
to read that status line.



xlb wrote:

Hello,

I have a workbook on a server.
A web application (written in asp + dll) opens the workbook, gives some data
and calculates.

It works fine.

But when the calculation is very long, I want to return to the user, the
progression of the calculation (15%, 50%,...) written in the status bar.
Is there an event for that ?

Thanks

Xavier


--

Dave Peterson