Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jbanker

    Outlook Out of Office Assistant

    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...
  2. jbanker

    Outlook Out of Office Assistant

    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?
  3. jbanker

    Outlook Out of Office Assistant

    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-(
  4. jbanker

    Locking Excel Sheets

    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...
  5. jbanker

    MS Visual Basic 6.0/MS Access - Multiselect option

    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 =...
  6. jbanker

    MS Visual Basic 6.0/MS Access - Multiselect option

    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...
  7. jbanker

    MS Visual Basic 6.0/MS Access - Multiselect option

    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...

Part and Inventory Search

Back
Top