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 » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts made by: Jay Taplin
Forum: Outlook and VBA January 31st 06, 05:41 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,327
Posted By Jay Taplin
Importing Calendar Appointments programmatically

Just add this line:

appt.ReminderSet = False

Jay Taplin [MCP - VB]

"Charlie" wrote in message
...
...
Forum: Outlook and VBA January 30th 06, 07:26 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 851
Posted By Jay Taplin
setting default for combobox...

You can select a row by using the ListIndex property.

cboTest.ListIndex = 1

Jay Taplin [MCP - VB]


"Jim Burke in Novi" wrote in
message...
Forum: Outlook and VBA January 30th 06, 07:20 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,327
Posted By Jay Taplin
Importing Calendar Appointments programmatically

You'll want to wipe out the variable declarations and data assignments, but
the code below will create an appointment. You will most likely need to
change the line that says "Set appt = " to find...
Forum: Outlook and VBA January 18th 06, 04:54 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,327
Posted By Jay Taplin
My program runs very slow

Can you try isolating where the speed issue is? Is it at the point where
you read the e-mail from the list? Is it where you check the address of the
sender? Is it where you go to Access to...
Forum: Outlook and VBA January 18th 06, 02:20 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,327
Posted By Jay Taplin
My program runs very slow

No, not all programs in Outlook are slow. What is it you are doing in your
code?

Jay

"????" wrote in message...
Forum: Outlook and VBA January 17th 06, 03:58 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,132
Posted By Jay Taplin
string variable that contains formatting

Sorry, my other post was for .NET... I was thinking I was still in the .NET
group!

Use the .TextRTF property.

Jay Taplin MCP
Forum: Outlook and VBA January 17th 06, 03:51 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,132
Posted By Jay Taplin
string variable that contains formatting

You should be able to assign the RTF property to a string variable, such as:

strRTF = RichTextBox1.RTF

To parse the text and replace the signature you'll need to understand the
RTF...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 02:30 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.