Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The calculation event?
You could put something in the statusbar before calculation starts and something in the statusbar when it's done, but I you won't be able to get to the statusbar while excel is actually calculating. xlb wrote: 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 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reuest formula for auto update status & status date | Excel Worksheet Functions | |||
user form-on open event? keydown event? | Excel Programming | |||
Event Procedures: Event on Worksheet to fire Event on another Worksheet | Excel Programming | |||
change event/after update event?? | Excel Programming | |||
OnTime event not firing in Workbook_Open event procedure | Excel Programming |