Re: How can I reliably get line breaks when using .sendObject?
From: John Nurick (j.mapSoN.nurick_at_dial.pipex.com)
Date: 03/22/05
- Next message: Rob Oldfield: "Re: Rec. Nav. problem cause by checkboxes/Conditional formatting"
- Previous message: Albert D. Kallal: "Re: Access Size Problem"
- In reply to: Douglas J. Steele: "Re: How can I reliably get line breaks when using .sendObject?"
- Next in thread: plh: "Re: How can I reliably get line breaks when using .sendObject?"
- Reply: plh: "Re: How can I reliably get line breaks when using .sendObject?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 22 Mar 2005 21:51:06 +0000
It might be worth trying two vbCRLFs instead of one:
strMessageText = "Green *** issue #" & Me.IssueId _
& vbCrLf & vbCrLf _
& "Concerning " & Me.IssueTypeID.Column(1) _
& vbCrLf & vbCrLf _
...
On Mon, 21 Mar 2005 17:45:59 -0500, "Douglas J. Steele"
<NOSPAM_djsteele@NOSPAM_canada.com> wrote:
>Sorry, I'm out of ideas.
-- John Nurick [Microsoft Access MVP] Please respond in the newgroup and not by email.
- Next message: Rob Oldfield: "Re: Rec. Nav. problem cause by checkboxes/Conditional formatting"
- Previous message: Albert D. Kallal: "Re: Access Size Problem"
- In reply to: Douglas J. Steele: "Re: How can I reliably get line breaks when using .sendObject?"
- Next in thread: plh: "Re: How can I reliably get line breaks when using .sendObject?"
- Reply: plh: "Re: How can I reliably get line breaks when using .sendObject?"
- Messages sorted by: [ date ] [ thread ]