The pictures weren't large, but to be honest you aren't getting the point. There doesn't seem to be much point in using a template if it's going to look exactly like a text message you can send without the work. And if it can send attachments, then why not pictures?
I'm not expecting an...
Thanks for the information. The only problem I have is that even with the template, it appears you can ONLY send it in plain text. The reason I wanted to use the reply template was so I could include pictures. Any suggestions?
I've been trying to get a Reply template to work in Outlook 2000 Out of Office Assistant. It appears that it should just "work", but nothing I do seems to get it to respond.
Does anyone know how to get the silly thing to work? B-(
Could this code be modified to work with Auto Filter? Here's my problem. I want to protect a document so users can't overwrite certain formulas in specific columns. However, I also want the document to allow for auto filters. Problem is, if I protect auto filter doesn't work. If I auto...
OK, this is what I'm putting in my Event Procedure:
Private Sub Command0_Click()
Dim intCount As Integer
Dim strItems As String
For intCount = 0 To List1.ListCount - 1
If List1.Selected(intCount) Then
strItems = strItems & List1.Column(0, intCount)
End If
Next intCount
Ext1.Text =...
Thanks for the reply. I think this is the right track, but I'm still having trouble getting it to work. When I set up the Event Procedure, do I have to define ListCount elsewhere?
The name of my listbox is Command0, the control source is Ext1. I changed the code to this:
Private Sub...
I am trying to set up a form in Access with a list box that will let me select several items from a list, then save the items chosen to a database text box. Can this be done, and if so, how.
I have the multiselect listbox set up and it's working fine - just doesn't go anywhere. I think my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.