Forum: Outlook and VBA
May 7th 09, 10:16 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 388
Apply a category to item in inbox view
OK, here is what I am trying to do. I have used the flags to categorize
emails and set up some icons on a toolbar that I can click on and it applies
the flag color to the email while the email is...
|
Forum: Outlook and VBA
January 30th 09, 01:31 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 993
Save sent item to windows folder or desktop
I am trying to create a marco to use on the Appication_ItenSend function that
allows a user to choose if they want to save the SENT email to a predefined
windows folder. Why I need this is simple,...
|
Forum: Outlook and VBA
December 2nd 08, 10:51 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 6
Views: 681
Outlook VBAProject.otm reverted to prior version
Steve-
I am very interested in what you wrote in your first post about the code
that you wrote that advises you of what version a user is using. I have a
very similar situation and that code might...
|
Forum: Outlook and VBA
December 2nd 08, 08:48 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,867
hide sender email add
As Ken says you cannot concel, but you can use he "Have replies sent to"
option.
This does not solve your issue 100%, but it might help some.
It is found in the options portion where you can ask...
|
Forum: Outlook and VBA
November 19th 08, 06:48 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 671
outlook signature added to automated messaging?
Kyle-
Did you ever get your issue resolved? I had this very same issue and
after trying a slew of ways to get this done I have take the advice from Sue
here and Ken Slovak as well and formed a...
|
Forum: Outlook and VBA
November 4th 08, 06:11 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 675
|
Forum: Outlook and VBA
November 4th 08, 05:19 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 675
|
Forum: Outlook and VBA
November 4th 08, 03:24 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 675
|
Forum: Outlook and VBA
October 30th 08, 07:18 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 519
|
Forum: Outlook and VBA
October 28th 08, 01:54 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,449
Cancel and Reset UserForm and macros
Ken you are the best! Thank you, I will not be going bald after all. Good day
to you.
"Ken Slovak - [MVP - Outlook]" wrote:
UserForm1.Hide() just make the form not visible. Any code on the form...
|
Forum: Outlook and VBA
October 28th 08, 01:24 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,449
Cancel and Reset UserForm and macros
OK, this seems like it should not be that big of a deal, but I am going crazy
trying to figure this out. I am running Outlook 2003 on XP Pro machine. I
have created a userform that functions in all...
|
Forum: Outlook and VBA
October 21st 08, 03:13 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 550
Security Warning about stored email
This is running in ThisOutlookSession of Outlook. The error comes at the line
Set objMail = Application.ActiveInspector.CurrentItem
I appreciate your advice on the saveas options for me. In...
|
Forum: Outlook and VBA
October 21st 08, 02:37 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 550
Security Warning about stored email
OK, Ken, I tried what you said below and have included my code as I get a new
error message now. It says "variable or block with not set" I feel like it
says that I have not defined the Application...
|
Forum: Outlook and VBA
October 17th 08, 05:13 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 550
Security Warning about stored email
Sorry, I am new to VBA in outlook. I have only been doing these for the past
two days now. I am experienced in VBA in excel and can do nearly anything in
that. So the reason why I am doing things...
|
Forum: Outlook and VBA
October 17th 08, 03:52 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 550
Security Warning about stored email
Hi all-
I am running Outlook 2003 on a WINXP machine, I am trying to add a
groupreply address to the "Have replies sent to" option. JP was able to
assist me with getting that part to work for a...
|
Forum: Outlook and VBA
October 16th 08, 02:59 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,435
Default Signature added by macro
OK, the scoop on my systems I am using, all machines are running XP Pro with
Office 2003 and exchange server(not sure of what version).
What I am doing is making a standard email that is sent by...
|
Forum: Outlook and VBA
October 16th 08, 02:07 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 2,487
Have Replies Sent To: VBA code
JP YOU ARE THE BEST!
It works like a charm. I cannot thank you enough!!!
PS we have personal mailboxes that we send from, but we do not answer those
emails if they send back to our personal box. We...
|
Forum: Outlook and VBA
October 15th 08, 09:33 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 2,487
Have Replies Sent To: VBA code
OK, the scoop on my systems I am using, all machines are running XP Pro with
Office 2003 and exchange server(not sure of what version).
What we are trying to do is this, we have a group mail box...
|