Messagebox > 1024 characters
Thanks for visiting my site lucky visitor:
This page was last updated on: November 21, 2007
Copyright © 2002. XcelFiles. All Rights Reserved Ivan F Moala
You may not be aware that the VBA msgbox text body is limited to 1024 characters.
In some cases this may be a nuisance, as I found out a while ago when I needed to display a msg for a program that gave out needed formatting of data.
Prompted by a post here VbCity I thought it would be a good point in time to post this method of one way to do this.
It does NOT use a Userform, which is the common method that people answer with, rather, it uses scripting. See here