Forum: Outlook and VBA
June 9th 07, 02:32 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 936
VBA Addin
Can an Outlook Addin be made with strictly VBA?
The only information I can find on the web says that you need MS Visual
Studios 2005 & another tool installed with that to make an Outlook...
|
Forum: Outlook and VBA
June 5th 07, 01:28 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,165
|
Forum: Outlook and VBA
June 5th 07, 05:34 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 0
Views: 663
Archiving Email By Date
With help from Sue Mosher, Dev Ashish, & Steven Harvey... I was finally able
to finish the macro I have been needing at work to archive my email. The
code below is a variation that will archive...
|
Forum: Outlook and VBA
June 3rd 07, 04:58 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 918
|
Forum: Outlook and VBA
June 2nd 07, 06:34 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 918
Creating and naming a personal folder
I am trying to create and name a personal folder. The code below will create
the folder and name the STORE or PST filename as I want, but I cannot seem
to figure out how to name the personal folder...
|
Forum: Outlook and VBA
May 25th 07, 03:34 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 707
Archiving Emails
Michael,
Thanks for your reply...
I actually got my answer in another thread:
Here is my finished product if anyone was...
|
Forum: Outlook and VBA
May 20th 07, 05:33 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 14
Views: 2,290
Archiving email to a personal folder
Thanks for your help Sue...
Sorry to be thick-headed, but I am still learning Outlook VBA. I find VBA to
be much easier in Excel.
Here is my finished product if anyone was...
|
Forum: Outlook and VBA
May 19th 07, 05:03 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 14
Views: 2,290
SenderName Value
Sue,
It appears that the item that is throwing the error is "objItem.SenderName"
in the same line you referenced. It is saying "Object variable or With block
variable not set". Am I not...
|
Forum: Outlook and VBA
May 19th 07, 01:45 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 14
Views: 2,290
SenderName Value
Thanks Sue...
"Sue Mosher [MVP-Outlook]" wrote in message
...
You mean this statement? (Please, please tell us which statement is...
|
Forum: Outlook and VBA
May 18th 07, 04:25 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 14
Views: 2,290
SenderName Value
Sue,
Can you tell me what is wrong with my code below? I cannot seem to figure
out the right way to reference the SenderName value. It keeps throwing the
following error for line 9.
Run-time...
|
Forum: Outlook and VBA
May 17th 07, 04:10 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 14
Views: 2,290
SenderName Value
Thanks for the info Sue...
Here is some code I found and altered a bit on the web from Eric Legault -
B.A, MCP, MCSD, Outlook MVP. My problem is not knowing how to reference the
subfolder I need...
|
Forum: Outlook and VBA
May 17th 07, 03:20 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 14
Views: 2,290
SenderName Value
Greg,
I appreciate your feedback, but I wasn't planning on saving the email to a
file outside of Outlook.
My plan is to be able to select one or more emails and click on a button (to
fire a...
|
Forum: Outlook and VBA
May 17th 07, 03:11 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 14
Views: 2,290
SenderName Value
Outlook version?
I am designing it at home in Outlook 2002, but plan on using it at work for
Outlook 2003.
Code environment for your project?
VBA (and VBS if needed).
|
Forum: Outlook and VBA
May 17th 07, 12:41 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 14
Views: 2,290
SenderName Value
Is there a way to get the SenderName Value via code?
From what I can tell, this is trapped behind some of the security features
in Outlook.
I am wanting to reference this value so I can utilize it...
|
Forum: Outlook and VBA
May 14th 07, 02:47 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 707
Archiving Emails
Is there a way to move all messages in my inbox to my personal archive
folder into a subfolder with the email name that each email is from (if it
doesn't already exist).\
I am pretty proficient...
|