Software Development Network>> Visual Studio>> How to display progress on Excel Status bar?
Just resetting the message to nothing :
Microsoft.Office.Interop.Excel.Application excelApp;excelApp.StatusBar = "";
ok - that works well (thanks!).
Now, does anyone know how to do the same thing with Outlook 2003
Thanks!
I've done that simply using :
Microsoft.Office.Interop.Excel.
HTH
Emmanuel
How to display progress on Excel Status bar?
Freudi
Just resetting the message to nothing :
Microsoft.Office.Interop.Excel.Application excelApp;
excelApp.StatusBar = "";
marijabo
ok - that works well (thanks!).
Now, does anyone know how to do the same thing with Outlook 2003
Thanks!
Maxicus
I've done that simply using :
Microsoft.Office.Interop.Excel.
Application excelApp;excelApp.StatusBar = String.Format("Processing line {0} on {1}.",rows,rowNum);
HTH
Emmanuel
dx_user
BTW, How can I reset the status bar message