From this demo code, how can I apply the actions as hereunder to work with this progress bar ?
[Data range : From Calc row 6 to 999]
[Start progress bar dialog]
[For 6 To 999]
[Connect database]
[Retrieve data from cells of a Calc row]
[Insert data as above into database]
[Disconnect database]
[Progress bar increases its status]
[Next]
[Progress bar completes and closes ]
And is it possible to pass the variable of min and max value to
Sub ProgressBarDemo(MinStart, MaxEnd)
?