Running a macro
On Fri, 3 Feb 2006 18:28:13 -0500, "Sue Mosher [MVP-Outlook]"
wrote:
What errror? What's the mail environment? Do you see any different behavior with different format messages?
runtime error 91
Object variable or with block variable not st
The code is
Dim i As Integer
i = Application.ActiveInspector.CurrentItem.Attachment s.Count
MsgBox i
and at this stage the email window is not opened so that you can read
it.
I get the feeling that the macro is trying to runn way too early in
the email open process
If i wait untill the email is readable then run the macro via the
tools/macro menu in the email window, the code works and returns the
number of attachments.
At the moment I'm just trying to find the correct place to trigger the
macro, then I'll worry about the macro code
|