Forum: Outlook and VBA
October 15th 07, 06:18 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 2,479
how to programmatically change default account
Thanks, Michael. I'll try your suggestions. How would the On Error...
statement open Outlook? Wouldn't this just skip over the code without
executing it?
--
Bryan
"Michael Bauer [MVP -...
|
Forum: Outlook and VBA
October 14th 07, 06:47 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 2,479
how to programmatically change default account
Two questions on a macro:
(1) I have two separate e-mail accounts in Outlook 2003. I use an Outlook
object in a Word macro to send messages which are originally generated from a
Word file. Before...
|
Forum: Outlook - Installation
July 11th 07, 09:32 PM Posted to microsoft.public.outlook.installation
|
Replies: 2
Views: 328
configuration preferences
I posted a similar message in the Word forums and the response was to either
do something with the registry or create a macro with the settings you want.
I did the latter, which is a great idea....
|
Forum: Outlook - Installation
July 10th 07, 07:06 PM Posted to microsoft.public.outlook.installation
|
Replies: 2
Views: 328
configuration preferences
I recently had to nuke my hard drive, having backed up everything beforehand.
Are there any files I can copy from the previous installation of Office, or
registry tweaks, that I can do so that I...
|
Forum: Outlook - Installation
June 6th 07, 08:30 PM Posted to microsoft.public.outlook.installation
|
Replies: 3
Views: 271
can receive mail in one location and not another
Sorry, in my original post I should have written, "However, I can only
RECEIVE on this second account from a certain few locations" (I originally
wrote "send" instead of "receive").
Brian Tillman...
|
Forum: Outlook - Installation
June 5th 07, 09:00 PM Posted to microsoft.public.outlook.installation
|
Replies: 3
Views: 271
|
Forum: Outlook - Installation
June 4th 07, 11:17 PM Posted to microsoft.public.outlook.installation
|
Replies: 3
Views: 271
can receive mail in one location and not another
I have a second e-mail account on which I can send from anywhere (wireless
laptop, Office 2003). However, I can only send on this second account from a
certain few locations and not others. At...
|
Forum: Outlook and VBA
August 31st 06, 11:45 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 2,442
ActiveX component can't create object
Thanks, I followed your suggestion and it worked, but only when Outlook is
already open. Is that the way it should go? I thought that CreateObject was
supposed to open Outlook so the object could...
|
Forum: Outlook and VBA
July 27th 06, 01:33 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 2,442
ActiveX component can't create object
Got it! Now I understand. I put "Resume Next" before the GetObject and "GoTo
0" after. Now it works! Before this, I was wondering why the suggested code
included both a GetObject and a CreateObject...
|
Forum: Outlook and VBA
July 26th 06, 08:45 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 2,442
ActiveX component can't create object
I don't quite understand what you're suggesting. I need the GetObject code in
order to get the results that I want and "On Error Resume Next" will not fix
the problem rather will skip over it if it...
|
Forum: Outlook and VBA
July 26th 06, 05:15 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 2,442
ActiveX component can't create object
"Danger, Will Robinson, danger!" Disregard the above brain-frozen remark.
What I was thinking of had to do with a "Type" statement at the beginning of
a module, which had nothing to do with this...
|
Forum: Outlook and VBA
July 26th 06, 08:34 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 2,442
ActiveX component can't create object
Thanks, but after I turned off the virus protection, the same error occurred.
--
Bryan
"Sue Mosher [MVP-Outlook]" wrote:
If you get an error from code statements like these:
Dim ol as...
|
Forum: Outlook and VBA
July 26th 06, 12:11 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 2,442
ActiveX component can't create object
This was actually running once upon a time without errors, but if I remember
correctly, I had something at the very top of the module. Then I had a
problem with my Word normal.dot and had to...
|
Forum: Outlook and VBA
July 26th 06, 12:05 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 12
Views: 2,442
ActiveX component can't create object
I'm trying to send a message in Outlook that originates from a Word file but
I get the message that "ActiveX component can't create object" on the first
line of code from the following macro. (I am...
|