A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

VBA Disapperas



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 24th 06, 12:41 AM posted to microsoft.public.outlook.program_vba
Nick_NZ
external usenet poster
 
Posts: 9
Default VBA Disapperas

Hi,

I have a VBA that turn emails into tasks in Outlook XP, and for some reason
it disappears causing the subsequent rule to fail. It usually runs around 10
times, then the code simply goes away!

I have no idea to why this is occurring, and any help would be greatly
appreciated.

  #2  
Old November 24th 06, 07:18 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default VBA Disapperas



What do you mean by "it disappears"? Do you get an error?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Am Thu, 23 Nov 2006 15:41:01 -0800 schrieb Nick_NZ:

Hi,

I have a VBA that turn emails into tasks in Outlook XP, and for some

reason
it disappears causing the subsequent rule to fail. It usually runs around

10
times, then the code simply goes away!

I have no idea to why this is occurring, and any help would be greatly
appreciated.

  #3  
Old November 26th 06, 09:18 PM posted to microsoft.public.outlook.program_vba
Nick_NZ
external usenet poster
 
Posts: 9
Default VBA Disapperas

Hi,

The rule fails and a message appears that outlook can not locate the code.
When I go into the VB editor the code is not there at all. This problem is
very weird as the code will just not be there for no apparent reason.

"Michael Bauer [MVP - Outlook]" wrote:



What do you mean by "it disappears"? Do you get an error?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Am Thu, 23 Nov 2006 15:41:01 -0800 schrieb Nick_NZ:

Hi,

I have a VBA that turn emails into tasks in Outlook XP, and for some

reason
it disappears causing the subsequent rule to fail. It usually runs around

10
times, then the code simply goes away!

I have no idea to why this is occurring, and any help would be greatly
appreciated.


  #4  
Old November 27th 06, 07:17 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default VBA Disapperas


Can you enable VBA again via Help/About/Deactivated Items? Often that's
caused by VBA code that tries to instantiate a new Outlook Application
object, e.g. by CreateObject.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Am Sun, 26 Nov 2006 12:18:01 -0800 schrieb Nick_NZ:

Hi,

The rule fails and a message appears that outlook can not locate the code.
When I go into the VB editor the code is not there at all. This problem is
very weird as the code will just not be there for no apparent reason.

"Michael Bauer [MVP - Outlook]" wrote:



What do you mean by "it disappears"? Do you get an error?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Am Thu, 23 Nov 2006 15:41:01 -0800 schrieb Nick_NZ:

Hi,

I have a VBA that turn emails into tasks in Outlook XP, and for some

reason
it disappears causing the subsequent rule to fail. It usually runs

around
10
times, then the code simply goes away!

I have no idea to why this is occurring, and any help would be greatly
appreciated.


  #5  
Old November 27th 06, 08:35 PM posted to microsoft.public.outlook.program_vba
Nick_NZ
external usenet poster
 
Posts: 9
Default VBA Disapperas

Hi,

There is nothing in the disbaled items list. I can't find a deactivated
items, am I looking in the right place? Can you guys think of anything else,
I have been trying to solve this issue for about 2 months now!


Can you enable VBA again via Help/About/Deactivated Items? Often that's
caused by VBA code that tries to instantiate a new Outlook Application
object, e.g. by CreateObject.


"Michael Bauer [MVP - Outlook]" wrote:


Can you enable VBA again via Help/About/Deactivated Items? Often that's
caused by VBA code that tries to instantiate a new Outlook Application
object, e.g. by CreateObject.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Am Sun, 26 Nov 2006 12:18:01 -0800 schrieb Nick_NZ:

Hi,

The rule fails and a message appears that outlook can not locate the code.
When I go into the VB editor the code is not there at all. This problem is
very weird as the code will just not be there for no apparent reason.

"Michael Bauer [MVP - Outlook]" wrote:



What do you mean by "it disappears"? Do you get an error?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Am Thu, 23 Nov 2006 15:41:01 -0800 schrieb Nick_NZ:

Hi,

I have a VBA that turn emails into tasks in Outlook XP, and for some
reason
it disappears causing the subsequent rule to fail. It usually runs

around
10
times, then the code simply goes away!

I have no idea to why this is occurring, and any help would be greatly
appreciated.


  #6  
Old November 28th 06, 06:51 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default VBA Disapperas



Could you please show the code?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Am Mon, 27 Nov 2006 11:35:01 -0800 schrieb Nick_NZ:

Hi,

There is nothing in the disbaled items list. I can't find a deactivated
items, am I looking in the right place? Can you guys think of anything

else,
I have been trying to solve this issue for about 2 months now!


Can you enable VBA again via Help/About/Deactivated Items? Often that's
caused by VBA code that tries to instantiate a new Outlook Application
object, e.g. by CreateObject.


"Michael Bauer [MVP - Outlook]" wrote:


Can you enable VBA again via Help/About/Deactivated Items? Often that's
caused by VBA code that tries to instantiate a new Outlook Application
object, e.g. by CreateObject.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Am Sun, 26 Nov 2006 12:18:01 -0800 schrieb Nick_NZ:

Hi,

The rule fails and a message appears that outlook can not locate the

code.
When I go into the VB editor the code is not there at all. This problem

is
very weird as the code will just not be there for no apparent reason.

"Michael Bauer [MVP - Outlook]" wrote:



What do you mean by "it disappears"? Do you get an error?

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --

Am Thu, 23 Nov 2006 15:41:01 -0800 schrieb Nick_NZ:

Hi,

I have a VBA that turn emails into tasks in Outlook XP, and for some
reason
it disappears causing the subsequent rule to fail. It usually runs

around
10
times, then the code simply goes away!

I have no idea to why this is occurring, and any help would be greatly
appreciated.


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
COM and VBA George Hester Outlook and VBA 4 October 4th 06 07:12 AM
VBA Question? netnews.comcast.net Outlook and VBA 1 September 28th 06 07:32 PM
VBA guidance vortex2k4 Outlook and VBA 1 July 15th 06 09:10 AM
Outlook and VBA Peter Haynes Outlook and VBA 1 June 22nd 06 01:22 PM
Using VBA for Outlook and VBA for Access within Access Sardonic Outlook and VBA 1 March 17th 06 01:34 PM


All times are GMT +1. The time now is 06:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.