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?
I used objShell.Popup to achieve this
Set objShell = CreateObject("Wscript.Shell")
objShell.Popup messagehere