G
Guest
Hiya
Sorry to annoy again..
Following from previous posts, I have a form that opens prior to doing some Excel automation (Excel stuff not visible)
I have set the form to have some timer events on it, but the timer events do not operate whilst the automation processes are running - is there any way I can get the timer stuff to run (it simply changes the text on a label every 0.6 seconds - "please wait." to "please wait.." to "please wait..." and then loops
Here is the basic code to open the form and do the automation
DoCmd.OpenForm ("Report Running"
DoEvent
ViewPatXLRep 'automation bi
DoCmd.Clos
Thanks so much
Karen
Sorry to annoy again..
Following from previous posts, I have a form that opens prior to doing some Excel automation (Excel stuff not visible)
I have set the form to have some timer events on it, but the timer events do not operate whilst the automation processes are running - is there any way I can get the timer stuff to run (it simply changes the text on a label every 0.6 seconds - "please wait." to "please wait.." to "please wait..." and then loops
Here is the basic code to open the form and do the automation
DoCmd.OpenForm ("Report Running"
DoEvent
ViewPatXLRep 'automation bi
DoCmd.Clos
Thanks so much
Karen