'Create new mail message
u = 1
Set gappOutlook = GetObject(, "Outlook.Application.9")
'Set msg = gappOutlook.CreateItem(olMailItem)
u = 3
Set appWord = GetObject(, "Word.Application")
Set nms = gappOutlook.GetNamespace("MAPI")
Set fld =...
check this code I made this code to have the process you talking about. I am doing the same thing in my office and this is the code I did when I press the email send button on my access form.
Option Compare Database
Private lst As Access.ListBox
Dim Srt As DAO.Recordset
Dim rst As...
I need to be able to change the mail Format of outlook using vba, I need to send a massage using vba and before sending this message I need to make sure the mail format is HTML. I need some help, it will be appreciated.
Hi fake, what i am trying to do is the following, I have a access form and the access form has a button, when i click this button, i send an email to the people i choose in a list box that I also have in the access form. in the body part of the email I am trying to make the name of the person a...
Hi all, I am having the following problem, eveytime the code gets to this line it gives me the above error massage,
Set gappOutlook = GetObject(, Outlook.Application)
this is the line thats causing the error message, but the weird thing is that when i run this database in a computer where...
I dont find the hyperlink funtion or button, where do I find the hyperlink button, I went to insert but i didnot see the hyperlink button, some help please.
I need to open a word document from outlook, for example I need to send some other person a link of the path to opwn tat word document, I need some help with this thanks.
I need to send a link where a resume is placed and send it using vba, I need to put this link in the body of the email that i am going to be sending, please can any one tell me how to do this. I need to put a link in the body of the email.
Wilfer M
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.