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 strongm 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: *

  • Users: walejo89
  • Order by date
  1. walejo89

    Email through access without extra software

    '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 =...
  2. walejo89

    Email through access without extra software

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

    I need to Find out the Outlook version with vba

    Hi I need to know how to find out the version of microsoft outlook I am running on my system using vba. Please some help will be apreciated. Wilfer
  4. walejo89

    Send a outlook item

    I need to send a file name using vba from access to outlook.
  5. walejo89

    462 Error the remote server machine does not exist or is unavailable

    I need to know what this error mean. please some help will be apreciated.
  6. walejo89

    I need to change the format of Outlook using vba

    Mailitem dont have body format, I think is got to be sometyhing else.
  7. walejo89

    I need to change the format of Outlook using vba

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

    convert string into a hyperlink

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

    convert string into a hyperlink

    I need to make a string a hyperlink how do i do that using vba
  10. walejo89

    Run Time Error 429 ActiveX Component canot create Object

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

    I need to make a text a link to open a file in outlook

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

    I need to make a text a link to open a file in outlook

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

    I need to make a text a link to open a file in outlook

    How do i make a text to be a link so it can open a file from a folder Wilfer M
  14. walejo89

    send a text as link to a outlook email body text

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

    Access Form Text Box spelling chech

    Thanks sfreeman, now I need to be able to read the text from this word object in put it on a array as soon as i click the find button. thanks for all your help. wilfer
  16. walejo89

    Read text from a word Object in access form with vba

    I have an access form , which I have a word object in it. I need to be able to read the text on the word object as soon as I click the find button. I need the function or method which is usefull to read the text from a word object, some help please will be appriciated. Wilfer
  17. walejo89

    Access Form Text Box spelling chech

    How do you insert a word object in the form, please need some help.
  18. walejo89

    Access Form Text Box spelling chech

    Hi I need to be able to make an access textbox to check spelling using vba, I want to be able to do what word does when a word is mis spelled underlines the word with a red line. Any help will be appriciated. Wilfer

Part and Inventory Search

Back
Top