G
Guest
I've created a list box that captures directory paths for attachments to an
emails. It works well with the Common Dialog Control, EXCEPT when the file
path contains a comma. In those cases everything after the comma is inserted
into the next value in the list box. How can I tell the the list box to
include the comma as part of the path. Here is my code, and any help would
be greatly appreciated.--Thanks Frank
Private Sub CmdAttachFile_Click()
List1.AddItem (Text1)
End Sub
emails. It works well with the Common Dialog Control, EXCEPT when the file
path contains a comma. In those cases everything after the comma is inserted
into the next value in the list box. How can I tell the the list box to
include the comma as part of the path. Here is my code, and any help would
be greatly appreciated.--Thanks Frank
Private Sub CmdAttachFile_Click()
List1.AddItem (Text1)
End Sub