LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 89
Default label does not show???

CalculationStatus is a userform
userform is modeless
CalculationStatus has a lable control named Label1
label1 is visible

BUT label1 does not show???

if i do a similar thing only updateing the caption text on the user form...
eveything is o.k. ...except this is graphically not what i want...

-------------------------------------------------------------------------
With CalculationStatus
.Show
.Label1.Caption = "calculating"
Application.Run CountRows()

.Label1.Caption = "determining number of row of data on this worksheet"
Application.Run CountDataRows()

.Label1.Caption = "clearing schedule of all data"
Application.Run ClearSchedule()

End With
CalculationStatus.Hide


 
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
Changing the font for part of an axis label, not the whole label. amy45 Charts and Charting in Excel 2 April 5th 23 01:11 PM
How do i make the whole y axis label show up it wont show the end Jordan Charts and Charting in Excel 1 November 24th 07 06:07 AM
how to show long x-axis label in two lines? kelly Excel Discussion (Misc queries) 1 December 15th 06 10:45 AM
data labels to show value, label & percent nihad Charts and Charting in Excel 1 January 16th 06 08:39 PM
Show data used and percent label Desiree Charts and Charting in Excel 2 October 18th 05 04:34 PM


All times are GMT +1. The time now is 05:27 AM.

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"