↧
progress bar issue
Assuming that the frame control is named Frame, try this:Private Sub UserForm_Activate() Dim WS As Worksheet Dim QTCount As Long Dim QT As QueryTable Dim i As Long For Each WS In...
View Articleprogress bar issue
What type of control is "Bar"?Regards, Hans Vogelaar (http://www.eileenslounge.com)
View Articleprogress bar issue
Hi AllHow to correct the code below to show the progress bar properly?Currently my Progress bar ends with the view like this:To work properly it should end with "100% Completed" and of course the blue...
View Article