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!
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.
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("Outlook.Application")
Set objMail =...
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...
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 ("hello from w1!")
end sub
In w2 I inserted a module and inserted a sub callw1:
sub callw1()
application.Run...
Hi;
I have an excel workbook that calls a sub located in another workbook. I use:
Application.Run "C:/ExcelFile.xls!subname", 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...
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...
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.