Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I put a numeric cell value (e.g. A1) into the statusbar?
Rgds Gerald |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FIX in Statusbar | Excel Discussion (Misc queries) | |||
StatusBar Progress | Excel Programming | |||
Get the string of the statusbar | Excel Programming | |||
Progress bar in statusbar | Excel Programming | |||
StatusBar Msg? | Excel Programming |