G
gtoumi
Hi all.
I have some vba code in word 2000 that applies a macro to thousands of
word documents.
I'm trying to get some feedback on what's going on, so I created a
UserForm with some textbox where the macros can output information.
My problem is that the userform doesn't have the chance to get events,
and I can't do anything with it (move it, scroll the textbox) as long
as the bach job is running.
I'm quite the newbie in VBA programming (and win32 programming in
general),
so i guess i'm missing something obvious.
my output sub does something like :
Sub wln(sMsg As String)
Console.TextBox1.Text = Console.TextBox1.Text & sMsg & vbcrlf
Console.Repaint
End Sub
the userform is non modal, has a plain button and a scrollable textbox,
and that's about all...
Any pointers ?
Thanks
Ghoz
I have some vba code in word 2000 that applies a macro to thousands of
word documents.
I'm trying to get some feedback on what's going on, so I created a
UserForm with some textbox where the macros can output information.
My problem is that the userform doesn't have the chance to get events,
and I can't do anything with it (move it, scroll the textbox) as long
as the bach job is running.
I'm quite the newbie in VBA programming (and win32 programming in
general),
so i guess i'm missing something obvious.
my output sub does something like :
Sub wln(sMsg As String)
Console.TextBox1.Text = Console.TextBox1.Text & sMsg & vbcrlf
Console.Repaint
End Sub
the userform is non modal, has a plain button and a scrollable textbox,
and that's about all...
Any pointers ?
Thanks
Ghoz