Private Sub Form_Load()ProgressBar.Min = 0ProgressBar.Max = 100End Sub Private Sub Command1_Click()ProgressBar.Value = ProgressBar.Value + 10End Sub