Forum: Outlook - Using Forms
February 21st 07, 04:43 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 580
Array Problems
Thanks again, that did the job.
"Sue Mosher [MVP-Outlook]" wrote:
VBScript can be a bit tricky: Try it like this:
Dim arrIDs
arrIDs = Split(strTest,",")
MsgBox...
|
Forum: Outlook - Using Forms
February 21st 07, 03:19 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 580
Array Problems
Hi All,
I am having significant trouble with using Arrays in VBScript. I imagine I
am not initiating the array correctly or something along those lines! The
following code produces the error...
|
Forum: Outlook - Using Forms
February 20th 07, 04:57 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 631
|
Forum: Outlook - Using Forms
February 19th 07, 03:17 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 631
|
Forum: Outlook - Using Forms
February 19th 07, 03:07 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 631
|
Forum: Outlook - Using Forms
February 1st 07, 11:47 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 550
Links Error for Public Folder Items
Hi Sue,
Thanks for your reply! The items were showing up fine on the activities page
of the creating machine but not on the non-creating machine. Both machines
were working on a single Exchange...
|
Forum: Outlook - Using Forms
January 30th 07, 05:38 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 550
Links Error for Public Folder Items
Hi All,
I don't know if this is a solvable problem or not but it has had me in a
twist for a couple of days now. I am developing a CRM system for our company
sales team to use and have opted to...
|