Hi
The following code is breaking on the line marked with * ith the message "The text is too long to be edited"
Not sure how to correct this.
Private Sub btnSelectFile_Click()
Dim S As String
S = GetOpenFile
Me.Attachments.SetFocus
Me.Attachments.Text = S *
End Sub
Start Free Trial