M
manoj
I would like to have the message in a message box appear
letter by letter.
I tried the following code
Strmsg = "some message to be displayed"
for I = 1 to len(strmsg)
dispmsg = left (strmsg,I)
msgbox dispmsg
next i
It works fine. But each time one letter of the message is
displayed I have to click the ok button. Can anyone
suggest an alternative
Thanks
Manoj
letter by letter.
I tried the following code
Strmsg = "some message to be displayed"
for I = 1 to len(strmsg)
dispmsg = left (strmsg,I)
msgbox dispmsg
next i
It works fine. But each time one letter of the message is
displayed I have to click the ok button. Can anyone
suggest an alternative
Thanks
Manoj