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

Outlook 2003 Script: How to create an Id for task



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 18th 06, 09:27 AM posted to microsoft.public.outlook.program_vba
news.microsoft.com
external usenet poster
 
Posts: 65
Default Outlook 2003 Script: How to create an Id for task

Hi All,

I have a new folder in my public folders, I create a personal form and make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001 to
99999

can someone help




Ads
  #2  
Old October 19th 06, 08:02 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Outlook 2003 Script: How to create an Id for task

Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current value in
a text file. You must also copy the samples for ReadFile and WriteFile. The
path in the constant FILE_NAME must exist already.

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


Hi All,

I have a new folder in my public folders, I create a personal form and

make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001 to
99999

can someone help

  #3  
Old October 19th 06, 10:27 AM posted to microsoft.public.outlook.program_vba
news.microsoft.com
external usenet poster
 
Posts: 65
Default Outlook 2003 Script: How to create an Id for task

Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a écrit dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current value
in
a text file. You must also copy the samples for ReadFile and WriteFile.
The
path in the constant FILE_NAME must exist already.

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


Hi All,

I have a new folder in my public folders, I create a personal form and

make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001 to
99999

can someone help



  #4  
Old October 20th 06, 06:46 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Outlook 2003 Script: How to create an Id for task

Am Thu, 19 Oct 2006 10:27:25 +0200 schrieb news.microsoft.com:

Sorry, I forgot to insert the link:
http://www.vboffice.net/sample.html?...5&cmd=showitem

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


Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a 袲it dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current value
in
a text file. You must also copy the samples for ReadFile and WriteFile.
The
path in the constant FILE_NAME must exist already.

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


Hi All,

I have a new folder in my public folders, I create a personal form and

make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001 to
99999

can someone help

  #5  
Old October 20th 06, 12:25 PM posted to microsoft.public.outlook.program_vba
news.microsoft.com
external usenet poster
 
Posts: 65
Default Outlook 2003 Script: How to create an Id for task

ReadFile and WriteFile are not allowed in Outlook Script...



"Michael Bauer [MVP - Outlook]" a écrit dans le message de
news: ...
Am Thu, 19 Oct 2006 10:27:25 +0200 schrieb news.microsoft.com:

Sorry, I forgot to insert the link:
http://www.vboffice.net/sample.html?...5&cmd=showitem

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


Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a ?it dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current value
in
a text file. You must also copy the samples for ReadFile and WriteFile.
The
path in the constant FILE_NAME must exist already.

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


Hi All,

I have a new folder in my public folders, I create a personal form and
make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001
to
99999

can someone help



  #6  
Old October 20th 06, 03:38 PM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Outlook 2003 Script: How to create an Id for task

Am Fri, 20 Oct 2006 12:25:00 +0200 schrieb news.microsoft.com:

That´s true. You could use the Scripting Runtime instead. Create an
FileSystemObject and use its OpenTextFile and CreateTextFile functions.

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

ReadFile and WriteFile are not allowed in Outlook Script...



"Michael Bauer [MVP - Outlook]" a 袲it dans le message de
news: ...
Am Thu, 19 Oct 2006 10:27:25 +0200 schrieb news.microsoft.com:

Sorry, I forgot to insert the link:
http://www.vboffice.net/sample.html?...5&cmd=showitem

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


Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a ?it dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current

value
in
a text file. You must also copy the samples for ReadFile and WriteFile.
The
path in the constant FILE_NAME must exist already.

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


Hi All,

I have a new folder in my public folders, I create a personal form and
make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001
to
99999

can someone help

  #7  
Old October 20th 06, 11:16 PM posted to microsoft.public.outlook.program_vba
bbnimda
external usenet poster
 
Posts: 29
Default Outlook 2003 Script: How to create an Id for task

Hi I'm not good in vbs do you have any sample of code....

Tks

"Michael Bauer [MVP - Outlook]" a écrit dans le message de
news: ...
Am Fri, 20 Oct 2006 12:25:00 +0200 schrieb news.microsoft.com:

That´s true. You could use the Scripting Runtime instead. Create an
FileSystemObject and use its OpenTextFile and CreateTextFile functions.

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

ReadFile and WriteFile are not allowed in Outlook Script...



"Michael Bauer [MVP - Outlook]" a ?it dans le message de
news: ...
Am Thu, 19 Oct 2006 10:27:25 +0200 schrieb news.microsoft.com:

Sorry, I forgot to insert the link:
http://www.vboffice.net/sample.html?...5&cmd=showitem

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


Excuse me where is the sample ???



"Michael Bauer [MVP - Outlook]" a ?it dans le message de
news: ...
Am Wed, 18 Oct 2006 09:27:18 +0200 schrieb news.microsoft.com:

Here´s a simple sample to increase a counter and store the current

value
in
a text file. You must also copy the samples for ReadFile and
WriteFile.
The
path in the constant FILE_NAME must exist already.

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


Hi All,

I have a new folder in my public folders, I create a personal form
and
make
it as default form used by everyone

I want to number programaticaly all task with a unique Id exp 00001
to
99999

can someone help



 




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
Create rule to run script Dave Outlook - General Queries 3 August 23rd 06 08:41 PM
Create a rule using a script... ANDRES Outlook and VBA 3 August 22nd 06 07:42 PM
right click an appointment and choose create task in outlook Rick Lewis Outlook - Calandaring 0 May 14th 06 10:39 PM
Create rule by script Louis Outlook and VBA 3 March 15th 06 05:49 PM
create a outlook task Princess Outlook - General Queries 0 January 25th 06 05:17 PM


All times are GMT +1. The time now is 09:25 PM.


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.