Link to home
Start Free TrialLog in
Avatar of dipster307
dipster307

asked on

how to increase character limit for visual basic alert boxes

I have the following code:

If Not strValidate ="" Then
    alert("The following information is required:" + vbLf + strValidate)
    ValidateDocument = False
    Exit Function
End If

The variable "strValidate" contains a long number of characters, so when the alert box shows, it doesn't show the whole string, the remaining characters are cut off on the alert box.
ASKER CERTIFIED SOLUTION
Avatar of Leithauser
Leithauser

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Leithauser
Leithauser

It has been a month since I submitted a silution to this. I have not gotten an answer yes or no on whether my solution is acceptable. Can I get some response?
Avatar of dipster307

ASKER

Havent tested the solution.