Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how could i do this ? i tried and if i stepped through the code, the label would
show, but if i ran the code, the label never displayed even though i could see the timer running in the immediate window. i deleted what i had. -- Gary |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try adding DoEvents or me.repaint (or both).
Gary Keramidas wrote: how could i do this ? i tried and if i stepped through the code, the label would show, but if i ran the code, the label never displayed even though i could see the timer running in the immediate window. i deleted what i had. -- Gary -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i just ended up making it visible until another control was clicked
thanks -- Gary "Dave Peterson" wrote in message ... Try adding DoEvents or me.repaint (or both). Gary Keramidas wrote: how could i do this ? i tried and if i stepped through the code, the label would show, but if i ran the code, the label never displayed even though i could see the timer running in the immediate window. i deleted what i had. -- Gary -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Seems like a reasonable approach.
As a user, I'd hate to see a message flash, then disappear before I could read it. Gary Keramidas wrote: i just ended up making it visible until another control was clicked thanks -- Gary "Dave Peterson" wrote in message ... Try adding DoEvents or me.repaint (or both). Gary Keramidas wrote: how could i do this ? i tried and if i stepped through the code, the label would show, but if i ran the code, the label never displayed even though i could see the timer running in the immediate window. i deleted what i had. -- Gary -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display Seconds when inserting time in cells | Excel Discussion (Misc queries) | |||
How to display seconds on time stamp? | Excel Worksheet Functions | |||
display no seconds in time format [h] | Excel Discussion (Misc queries) | |||
display minutes and seconds in excel | Excel Worksheet Functions | |||
How do I get a cell to display degrees, minutes, seconds? | Excel Worksheet Functions |