View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
xlb xlb is offline
external usenet poster
 
Posts: 1
Default Status bar event ?

I don' want to interrupt Excel, but only an event...

Xavier


"Dave Peterson" a écrit dans le message de
...
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