PC Review


Reply
Thread Tools Rate Thread

change email page color

 
 
ljr
Guest
Posts: n/a
 
      5th Feb 2008
I have been asked to put code in an excel spreadsheet to be used for a
template on secure spreadsheets. There have been personal files opened from
someone within the company during the evening hours (from home). Files are
stored on fileserver and folders secured based on user, so it can only be
users who have the authority to the folder. Think that should give a good
ideal who is opening the documents.

I have created modules in vbe to log user and timestamp upon opening the
spreadsheet. I also have another module to automatically send an email with
filename, user, timestamp. Email is sent without the user knowing it by
using our email fileserver and microsoft schema. My problem is, it was
requested to change the page color of the email to pink (as in a warning). I
have the following code but I'm not able to figure what keyword and code to
use. I not at all familiar with vb code in excel. Any help would be
appreciated - Thanks!

With iMsg
Set .Configuration = iConf
.To = "(E-Mail Removed)"
.CC = "(E-Mail Removed)"
.BCC = "(E-Mail Removed)"
.From = " "
.Subject = "WARNING!!! WARNING!!! WARNING!!!"
.fields.Update
.TextBody = strbody
???? .Background = vbMagenta
.send
End With
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change the color of a page Charlie Microsoft Excel Programming 3 23rd Dec 2007 03:03 PM
Can I change the text color on the web page and email address? =?Utf-8?B?TGluZGEgTQ==?= Microsoft Outlook Discussion 1 12th Sep 2007 10:27 PM
how to change tab page color jaffar Microsoft Dot NET 1 9th Mar 2006 06:48 AM
BKmrkd Links on other page all change color on returning from home page Martin_2005 Microsoft Frontpage 1 10th Feb 2005 11:16 PM
How to Change the Page Numbers Color? Sara Microsoft Word Document Management 0 21st Apr 2004 11:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:23 PM.