Hi Everyone

I'm having an issue with a web control on a modeless form.

Essentially I have two userforms. The first allows the user to capture a set of preferences which then are used to update various rss report xml files and and, via a "shellandwait" function, deploy the affected reports. the shell proccess takes a while and so I wanted to add a for with some animation while it runs in the background.

My second form is modeless and has a web control to handle the gif animation. Problem is, the shell function seems to lock the second form. i.e. the form shows, the text label is visible but the web control doesn't show until after the reports have been deployed.

Any help on this would be greatly appreciated, if necessary I can provide some of the code.

Warm Regards
Adam