Hi Diane,
Still not working. When I copy/paste into ThisOutlookSession, it puts these lines in (General)/(Declarations):
Option Explicit
Private WithEvents Items As Outlook.Items
It puts these lines in Application/Startup:
Private Sub Application_Startup()
Dim Ns As...
Hi Diane,
I apologize profusely for going silent on you. I truly appreciate your efforts to help me and feel extremely guilty about not being a responsive asker. I am usually on the other end of this, as I participate in several forums where I am often the answerer, not the asker, and I really...
Re: Outlook 2007 Rules & VBA: How to run a script on a report message (ReportI
Hi Diane,
I pasted your code into ThisOutlookSession (with a simple MsgBox statement so I would know it worked), but Macros (Alt-F8) shows an empty window. I ran it anyway (Run/F5) by clicking in the Application...
Re: Outlook 2007 Rules & VBA: How to run a script on a report message (ReportI
Hi Diane,
I copied/pasted your code above into ThisOutlookSession. I changed the "do whatever" comment to a MsgBox. I then went to create a rule and it doesn't show up when I select "run a script". So I removed...
The website is now fixed. Someone clearly did something between my last posts and this one. Prior to this, I had no toolbars...just a window. I now have three toolbars. Before I could not bold a character; now I can. And underline and italics, too.
And, guess what, I can even start a new...
Re: Outlook 2007 Rules & VBA: How to run a script on a report message (ReportI
OK, now I'll have to go back to my earlier comment about being a newbie to this world. I don't have a clue what an "itemadd macro" is. What code do I need to put into ThisOutlookSession (or does it go somewhere...
Re: Outlook 2007 Rules & VBA: How to run a script on a report message (ReportI
Earlier today I tried it As Object and As Outlook.ReportItem and As ReportItem. No joy in all three cases. The macro doesn't even show up in the list of available scripts when I click "run a script" in the rule.
Hi Outlook VBA Experts: I apologize for everything being in one sentence, but I am unable to get the forum to recognize line breaks. I posted a separate question about this, with no resolution so far, so I am going ahead with my real purpose for being on the forum. In Outlook 2007, I have a VBA...
Diane, All of my posts so far have been in Firefox 27. I just tested in Chrome 33. Same result - no line breaks. I'm eager to get my Outlook VBA/rule issue resolved, so I may go ahead and post everything in one sentence, unless we can figure out the editor issue quickly. Thanks again, Joe
Hi Folks: This is my first time on the forum and I have a question about Outlook. But after typing it in and previewing it, I see that all of my "new lines" (line breaks) are gone, so all of my sentences and paragraphs are jammed together. So is my VBA code - I know about the {code} and {/code}...