Search code examples
vbscript

Way to output more than the maximum character limit in a msgbox?


I need to display a rather long message to the user in a msgbox. However there are instances where the msgbox seems to hit it's character limit. What's a solution to this?


Solution

  • I used objShell.Popup to achieve this

    Set objShell = CreateObject("Wscript.Shell")
        objShell.Popup messagehere