Is there any way to skip lines programatically within a listbox as there
is in a textbox? I have a listbox on a form which gets populated with
the attachments I want to send with an e-mail but they are all mashed
together and ideally I would like to skip a line between each
attachment.
here is the code:
For Each vrtSelectedItem In .SelectedItems
LstAttachment.A ddItem (vrtSelectedIte m)
-->code to skip a line should go here(I think!)
Next
--End code--
Thank you
Colin
P.S. Pieter, If you see this I am still not able to send more than one
attachment. I do not know where I am going wrong but your continued
assistance is appreciated!!
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
is in a textbox? I have a listbox on a form which gets populated with
the attachments I want to send with an e-mail but they are all mashed
together and ideally I would like to skip a line between each
attachment.
here is the code:
For Each vrtSelectedItem In .SelectedItems
LstAttachment.A ddItem (vrtSelectedIte m)
-->code to skip a line should go here(I think!)
Next
--End code--
Thank you
Colin
P.S. Pieter, If you see this I am still not able to send more than one
attachment. I do not know where I am going wrong but your continued
assistance is appreciated!!
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Comment