![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
In my custom form code, I have global variable: Dim varDocumentation Further down in my code, I add things to the variable like this: if Item.UserProperties("AirWater") = True then varDocumentation = varDocumentation & "Air, Water, and Stuctural Reports" & vbCrLf end if if Item.UserProperties("Impact") = True then varDocumentation = varDocumentation & "Impact Safety Test Report" & vbCrLf end if If enough of the my if statements are true, I will get an error saying "String too long". Any ideas on how to fix this? Thanks, Joel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing value of mstVACFolder variable | william richardson | Outlook and VBA | 0 | September 17th 07 09:55 PM |
How to assign database value to a variable | Eric J | Outlook - Using Forms | 12 | May 4th 07 01:02 AM |
Variable Date Meetings | Susan Vega | Outlook - Calandaring | 1 | March 22nd 06 04:58 PM |
Variable attachment and recipient vb | Xluser@work | Outlook and VBA | 1 | January 21st 06 09:05 AM |
string variable that contains formatting | Martin | Outlook and VBA | 4 | January 19th 06 09:49 AM |