steve_bris
Registered User.
- Local time
- Today, 21:49
- Joined
- Mar 22, 2005
- Messages
- 30
Hi.
When a user hits a button to format an excel report that is generated by my database i would like to be able to set excel to do it invisibly and to have some sort of progress bar or something to just let the user know that it is doing the formatting in the background.....I know how to make excel be invisible( ExcelApp.Visible = False), but how would I go about making a progress bar ( possibly animated if it is doable) or a message box to say it is working.
Thanks for any help
Steve
When a user hits a button to format an excel report that is generated by my database i would like to be able to set excel to do it invisibly and to have some sort of progress bar or something to just let the user know that it is doing the formatting in the background.....I know how to make excel be invisible( ExcelApp.Visible = False), but how would I go about making a progress bar ( possibly animated if it is doable) or a message box to say it is working.
Thanks for any help
Steve