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
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... ?
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...
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...
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...
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...
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...
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...
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.