progress bar

T

Trisha

Martin,
In your code you can insert the following lines:
' The switchboard has a progress bar that has the
increments set after each step of the import process.
Form_Switchboard.ProgressBar.Object.Value = 10
DoEvents
The Form_Switchboard.ProgressBar.Object.Value = can go up
to 100. I always increment mine by 10. By inserting this
throughout your code after certain steps will allow users
to see the progress.
Hope this makes sense.
Trish
 
Top