Hello everybody,
I created a VBA macro with CATIA V5 which can run during 30 min.
The problem is that nothing moves and half the time the screen is white so the user thinks the macro crashed.
I'd like to add something showing the macro is still working.
I used a label in a progressbar, the label's widht increases thanks to a timer, but this works only AFTER the macro's done.
Do you know how I could make this work in the same time than the macro ? Or anybody has an other idea ?
Thanks in advance,
Dina
I created a VBA macro with CATIA V5 which can run during 30 min.
The problem is that nothing moves and half the time the screen is white so the user thinks the macro crashed.
I'd like to add something showing the macro is still working.
I used a label in a progressbar, the label's widht increases thanks to a timer, but this works only AFTER the macro's done.
Do you know how I could make this work in the same time than the macro ? Or anybody has an other idea ?
Thanks in advance,
Dina