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

    Voice Chat

    Hi; I've written a cgi chat program and want to add voice to it, is there any way to do this in cgi? could anyone point me to the rigth direction. Thanks in advance!
  2. vincent76

    How to bold a word in an email body

    Thank you all for your replies, I will try it out tonight and I'll let you know id it works.
  3. vincent76

    How to bold a word in an email body

    Thanks for your reply Schroeder; I don't know if you could modify the headers in the outlook object. I tried putting in the cell for the email body <b>word</b> it didn't do it.. It put literally the bold tags instead of bolding the word when I received the email.
  4. vincent76

    How to bold a word in an email body

    Thanks for your reply, I'm using the outlook object library 10.0 Here's my code: Sub Button2_Click() Dim objOutlook As Outlook.Application Dim objMail As Outlook.MailItem Set objOutlook = CreateObject(&quot;Outlook.Application&quot;) Set objMail =...
  5. vincent76

    How to bold a word in an email body

    Hi; I have an vb program that sends an email using the content of an excell cell. Basically it opens up an excell file and gets the value of a specific cell and puts it in an email body and sends it. What I want to do is scan that cell for certain keywords and make them bold and then send it...
  6. vincent76

    Problem accessing visual basic subs from another workbook

    Hi Darrylle; Thanks for your response! I created 2 workbooks w1.xls and w2.xls. In w1 I inserted a user form and inserted a sub called hello: sub hello() msgbox (&quot;hello from w1!&quot;) end sub In w2 I inserted a module and inserted a sub callw1: sub callw1() application.Run...
  7. vincent76

    Problem accessing visual basic subs from another workbook

    Hi; I have an excel workbook that calls a sub located in another workbook. I use: Application.Run &quot;C:/ExcelFile.xls!subname&quot;, argument1 For some reason whenever I execute this code it gives me a run-time error 1004 ( the macro 'C:/ExcelFile.xls!subname' ) cannot be found. I verified...
  8. vincent76

    Mail:Sender weird problem

    I'm having this weird problem with the mail::sender module. I kind of hacked(wrote) a script that uploads and emails a file. The script uploads the file fine, it uses cgi-lib and mail::sender. The probelm I have is that somehow it doesn't e-mail all the times, althought it uploads the file each...

Part and Inventory Search

Back
Top