I made a script that executes several sql queries and writes them into separate worksheets inside xls workbook.

I was wondering, is VBA so powerful that will enable me to monitor the writing progress?

For example the first command wrote the first query and a visual component shows 10% of the job is done.
Then a second sql command when done shows 20% done, etc...

By the way, does VBA/Access 2000 has some progress component?

In the end, which sub-forum contains info about this asynchronous processing?