If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > ProgressBar1

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-04, 14:04
Alexxx12 Alexxx12 is offline
Registered User
 
Join Date: Sep 2002
Location: NJ
Posts: 139
ProgressBar1

hi
win2k & xp
excel 2k

I want to have a progressbar to work when i refresh all the routines the code below, but i don't know how to do it. can anyone help?


Code:
Private Sub UserForm_Initialize()
On Error Resume Next
    Dim MYANS As String
    MYANS = MsgBox("Do you want REFRESH the reports?.", vbYesNo, "Refresh REPORTS..")
    If MYANS = vbYes Then
    ProgressBar1  ............................      
        Call refload_weekly_for_em
        Call refresh_daily_for_el
        Call refresh_daily_for_sp
        Call refresh_daily_for_em
    ProgressBar1 ...........................
    End If

End Sub
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On