Displaying a message in a message box without requiring user to click anything to proceed
Hi,
I would like to display a series of messages in a message box so that the
user knows what is being processed.
I tried
msgbox "Checking if folder exists...", vbInformation
However this requires the user to click ok each time.
Can I display without requiring user intervension. I prefer not to use the
status bar messages because they are less visible.
Android
|