C
Chris
I am wanting to display a message in Visio that indicates the status of
a macro as it runs. In Access I would normally use the status bar, but
Visio does not seem to have an eqivalent function in VBA. Please
correct me if I am wrong.
So instead I am trying to use a form. Msgbox is unsuitable because I
don't want any user interaction. The macro needs to run uninterupted
by the status messages.
A UserForm in Visio works when ShowMode is set to true, but when I set
it to false (modeless) the form is displayed blank (white). Not very
useful when trying to display a message.
If anyone knows why the modeless form is displayed as blank, or can
suggest another way of achieving my objective, I would greatly
appreciate it.
TIA
Chris
a macro as it runs. In Access I would normally use the status bar, but
Visio does not seem to have an eqivalent function in VBA. Please
correct me if I am wrong.
So instead I am trying to use a form. Msgbox is unsuitable because I
don't want any user interaction. The macro needs to run uninterupted
by the status messages.
A UserForm in Visio works when ShowMode is set to true, but when I set
it to false (modeless) the form is displayed blank (white). Not very
useful when trying to display a message.
If anyone knows why the modeless form is displayed as blank, or can
suggest another way of achieving my objective, I would greatly
appreciate it.
TIA
Chris