E
Ed
I've done VBA in Word and Excel, but not Outlook. I regularly send emails
in which I must attach one or more Word docs. The problem is that these
docs are in a folder of over 13,000 docs; when I click "InsertFile", it can
take quite a while for all the docs to load into the dialog box window. I
thought I'd try a macro which would open an InputBox for the file name, then
programmatically add the attachment faster than waiting for the window to
load up. (Using XP, by the way.)
I've been through the Object Browser, though, in the VBE, and can't seem to
identify the phrase for the email message I have opened. I can see where to
create a new one, but I don't want that. Something equivalent to Word's
ActiveDocument or Excel's ThisWorkbook?
Or am I thinking all wrong on this? Any help is appreciated. (And doesn't
OL have a macro recorder?)
Ed
in which I must attach one or more Word docs. The problem is that these
docs are in a folder of over 13,000 docs; when I click "InsertFile", it can
take quite a while for all the docs to load into the dialog box window. I
thought I'd try a macro which would open an InputBox for the file name, then
programmatically add the attachment faster than waiting for the window to
load up. (Using XP, by the way.)
I've been through the Object Browser, though, in the VBE, and can't seem to
identify the phrase for the email message I have opened. I can see where to
create a new one, but I don't want that. Something equivalent to Word's
ActiveDocument or Excel's ThisWorkbook?
Or am I thinking all wrong on this? Any help is appreciated. (And doesn't
OL have a macro recorder?)
Ed