![]() |
Regarding Excel Status Bar
Hello,
I want to change status bar text in excel using C#. Like Default its "Ready", I want to change the status bar this text whule doing some custom control. So, Please tell me how to change the text of Excel Status Bar. Thanks, Prasanta |
Regarding Excel Status Bar
I don't know C#, but the code in VBA is
Application.StatusBar = "your text here" ' give control back to Excel Application.StatusBar = False This should be easy to translate to C#. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "prasanta" wrote in message oups.com... Hello, I want to change status bar text in excel using C#. Like Default its "Ready", I want to change the status bar this text whule doing some custom control. So, Please tell me how to change the text of Excel Status Bar. Thanks, Prasanta |
Regarding Excel Status Bar
Application.StatusBar = "Some text"
HTH -- AP "prasanta" a écrit dans le message de oups.com... Hello, I want to change status bar text in excel using C#. Like Default its "Ready", I want to change the status bar this text whule doing some custom control. So, Please tell me how to change the text of Excel Status Bar. Thanks, Prasanta |
All times are GMT +1. The time now is 12:21 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com