#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Statusbar

How can I put a numeric cell value (e.g. A1) into the statusbar?


Rgds
Gerald


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Statusbar

Gerald,
Application.StatusBar = Range("A1").Value

Be sure to set to:
Application.StatusBar = False
so you return control to Excel when you finish.

NickHK

"Gerald" wrote in message
...
How can I put a numeric cell value (e.g. A1) into the statusbar?


Rgds
Gerald




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Statusbar

Many Thanks NickHK

But now I have another question:
Cell A1 is formatted as an integer percentage value but the Statusbar shows
it's value in scientific format.
How can I fix this/

TIA

Gerald


"NickHK" wrote in message
...
Gerald,
Application.StatusBar = Range("A1").Value

Be sure to set to:
Application.StatusBar = False
so you return control to Excel when you finish.

NickHK

"Gerald" wrote in message
...
How can I put a numeric cell value (e.g. A1) into the statusbar?


Rgds
Gerald






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
FIX in Statusbar Stefi Excel Discussion (Misc queries) 2 July 30th 08 01:34 PM
StatusBar Progress Silencer116 Excel Programming 0 April 20th 06 02:30 PM
Get the string of the statusbar RB Smissaert Excel Programming 6 May 17th 04 06:48 PM
Progress bar in statusbar David J[_2_] Excel Programming 1 January 6th 04 02:18 PM
StatusBar Msg? Tom Ogilvy Excel Programming 4 September 10th 03 02:32 PM


All times are GMT +1. The time now is 10:28 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"