Search results

  1. D

    Custom Form Accept and Reject Command buttons

    Outlook 2010 Custom Form: I have a custom form and I placed 2 command buttons in the "Message" tab. "Approve" and "Reject" On The "Actions" tab for "Forward". I would like to forward the custom form with original text ? via vbScript ? Is this possible, and example code please. Thanks dave
  2. D

    create an html table in outlook custom form 2010 using vba in MsAccess

    Diane, I found part of my problem, I was not displaying the html table in the "Message" page. I renamed (P.2) TO DsmEmail" and that is where i'm trying to display the html table..unless you can tell me its possible to display html table on the other pages? p.2, or p.3 or p.4 etc... ?
  3. D

    create an html table in outlook custom form 2010 using vba in MsAccess

    Diane, still have a problem displaying HTML part in custome form. I'm getting my textboxes filled on my custom form...but the html table and text is not being displayed. Here are the key components to the code: ' variables for the email here Dim strForm As String Dim objFolder As Folder Dim...
  4. D

    create an html table in outlook custom form 2010 using vba in MsAccess

    Diane, Thanks for responding so quickly. I'm currently in my Access app, Looping through a access subform grabbing each row and placing the data in an html table on a standard email.. I was afraid the color coding of the cells in the html table may not work on a custom form. and so you are...
  5. D

    create an html table in outlook custom form 2010 using vba in MsAccess

    Outlook 2010 access 2010 I have in the past opened a "outlook custom form" from Access. and fill fields on the custom form with data. What I need:. Is it possible to create an HTML table on that Outlook custom form from Access? I know how to create html table from access and load the data on...
  6. D

    Creating an outlook session from Access vba but run silently. With A specific profile

    I'm trying to send emails create a rule and then delete a rule all from within Access 2010 vba. It all works fine as long as I'm logged into a specific profile in Outlook. Problem: Users may already have Outllok open to s different profile ! The user does not need to be aware of the profile i...
  7. D

    Close Oulook after sending emails via vba without outbox getting stuck.

    I have vba code that sends emails. does just fine. Then i want to quit Outlook. Application.Quit Until in my code I want to close outlook after sending them. I used this bit of code to rush and execute the send/receive, thinking it would force the outbox stuff to send. but I keep getting the...
  8. D

    Change sender name outlook vba 2010 Custom Userform

    I have a snippet code to send a "Custom Form"(Organization Forms Library). I want to change the "From" to NOT display my name but something like "Sales Support". I cant use "sendonbehalfof"- read only property I cant use a delegate. Really limited on what to do ? Dim strForm As String Dim...
Back
Top