Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
reuest formula for auto update status & status date | Excel Worksheet Functions | |||
EXCEL STATUS BAR | Setting up and Configuration of Excel | |||
Excel Status Bar items | Excel Discussion (Misc queries) | |||
Need a msg box that displays time status or loading status | Excel Programming | |||
excel status bar | Excel Discussion (Misc queries) |