Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 02-03-2013, 06:21 AM
rainpuppy rainpuppy is offline Need help on Outlook 2010 Macro Windows 7 32bit Need help on Outlook 2010 Macro Office 2010 32bit
Novice
Need help on Outlook 2010 Macro
 
Join Date: Feb 2013
Posts: 3
rainpuppy is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
Hi rainpuppy,

AFAIK it is not possible to change the subject header of a received email. The most you could do is append your extra info to a reply. Testing for the string before appending to a reply is fairly straightforward, though, with an IF test like:
Code:
If Not .Subject Like "*CASE##???###########" Then
  .Subject = .Subject & " - CASE" & Format(Now, "DDMMMYYhhmmss") & Format(Len(.Subject), "000")
End If
As for working with shared folders, see: http://support.microsoft.com/?kbid=208520. As I don't use Outlook, I can't really advise as to how you'd lock others out from responding.
Hi,

Thanks for your help. How can i trigger this piece of code whenever I reply to a email?
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro help outlook 2010 seanchad Outlook 0 06-28-2012 02:49 AM
Need help on Outlook 2010 Macro Word 2010 Macro jomarie Office 1 02-19-2012 07:45 PM
Mail with macro Excel 2010 santors71 Excel Programming 1 12-07-2011 06:34 AM
Macro - Microsoft Word 2010 OfficeHelpSG Word 3 10-18-2011 11:54 AM
Need help on Outlook 2010 Macro Run a Macro in Word 2010 Joyce301 Word VBA 3 04-29-2011 03:27 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:20 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft