Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, question about the staus bar display.... I need to add some text,
to explain what it's in the status bar... I need the format if it's possible.. Private Sub Worksheet_Calculate() Application.StatusBar = Me.Range("C43").Value End Sub Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Fernando
you need something like: Application.StatusBar = Range("C43").Text & " Transfer Value" Use ".Text" so you get the format of a numeric value Regards Trevor "Fernando Duran" wrote in message ... Hi, question about the staus bar display.... I need to add some text, to explain what it's in the status bar... I need the format if it's possible.. Private Sub Worksheet_Calculate() Application.StatusBar = Me.Range("C43").Value End Sub Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, I have the idea, but using text instead of value, that i
didn't know.. thanks for your help. Fernando On Fri, 20 Feb 2004 21:37:55 -0000, "Trevor Shuttleworth" wrote: Fernando you need something like: Application.StatusBar = Range("C43").Text & " Transfer Value" Use ".Text" so you get the format of a numeric value Regards Trevor "Fernando Duran" wrote in message .. . Hi, question about the staus bar display.... I need to add some text, to explain what it's in the status bar... I need the format if it's possible.. Private Sub Worksheet_Calculate() Application.StatusBar = Me.Range("C43").Value End Sub Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Status... | Excel Discussion (Misc queries) | |||
reuest formula for auto update status & status date | Excel Worksheet Functions | |||
Status Bar | Excel Discussion (Misc queries) | |||
What is EN on status bar? | Excel Discussion (Misc queries) | |||
Status Bar... | Excel Programming |