Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 396
Default Form label not showing

Hi all, i have a form that i am using as ainformation bar so to say to
inform the user that the document is being processed. I am using it as
below.... The problem i have is that the form shows fine but the label
does not change with the command, is it the code that is wrong, If i run
through the code with F8 it works but with F5 it does not ??


Sub UserForm_Open()

UserForm2.Show
End Sub

**** On form2 opening it calls format rows ******

'************ Format the header row *****************
Sub FormatRows()
'
Application.Cursor = xlWait
UserForm2.Label1 = "PLEASE BE PATIENT THIS DOCUMENT IS BEING
PROCESSED..."
' Application.ScreenUpdating = False
Rows("1:19").Delete Shift:=xlUp
With Rows("1:1")
.Font.Bold = True
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
End With
Columns("A:O").EntireColumn.AutoFit
Range("A1").Select
DeleteRowsIfNoUpg
End Sub

Les Stout

*** Sent via Developersdex http://www.developersdex.com ***
Reply
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
showing start of each month as tick mark & label on X-Y chart Bandicoot Charts and Charting in Excel 1 February 21st 08 08:13 AM
Concatenate to form a label gwendalee Excel Discussion (Misc queries) 3 October 16th 07 12:59 AM
Showing Percentage Value Data Label in a 100% Stacked Column Chart Clare Charts and Charting in Excel 0 July 23rd 07 05:36 PM
X Axis only showing label from a range JDB Charts and Charting in Excel 1 July 6th 07 08:22 PM
COPY LABEL FORM FROM EXCEL TO A LABEL xrayAndi New Users to Excel 1 March 5th 06 02:21 PM


All times are GMT +1. The time now is 06:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"