Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing the font for part of an axis label, not the whole label. | Charts and Charting in Excel | |||
How do i make the whole y axis label show up it wont show the end | Charts and Charting in Excel | |||
how to show long x-axis label in two lines? | Excel Discussion (Misc queries) | |||
data labels to show value, label & percent | Charts and Charting in Excel | |||
Show data used and percent label | Charts and Charting in Excel |