Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 718
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
reuest formula for auto update status & status date PERANISH Excel Worksheet Functions 5 June 2nd 08 04:26 PM
EXCEL STATUS BAR QUERIES Setting up and Configuration of Excel 1 July 17th 06 02:15 PM
Excel Status Bar items khw Excel Discussion (Misc queries) 1 July 6th 05 08:02 PM
Need a msg box that displays time status or loading status havocdragon Excel Programming 2 April 2nd 05 05:29 PM
excel status bar shoe gal Excel Discussion (Misc queries) 2 January 19th 05 10:48 PM


All times are GMT +1. The time now is 06:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"