Quote Originally Posted by winxmun
Sometimes LegalSpeak() will be null if no fees to be collect. Hence, I have amend the strOut = "" instead of "No Fees".
OK. Within the function, tack a carriage return and linefeed to the end of strOut when there are fees to collect:

strOut = strBeginning & strMiddle & strEnd & vbCrLf

Does that do what you need?