Forum: Outlook and VBA
August 26th 09, 03:14 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 3,484
|
Forum: Outlook and VBA
August 25th 09, 03:02 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 3,484
|
Forum: Outlook and VBA
August 25th 09, 02:14 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 3,484
|
Forum: Outlook and VBA
August 23rd 09, 05:19 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 3,484
|
Forum: Outlook and VBA
August 22nd 09, 04:13 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 3,484
|
Forum: Outlook and VBA
March 4th 09, 06:08 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,497
Paste Special Unformatted Text in Outlook
I will check into the site you suggested, Ken. I'm not sure whether it
matters, but what I want the code to do is paste the contents of the
clipboard into the message body pane at the location...
|
Forum: Outlook and VBA
March 3rd 09, 10:06 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 1,497
Paste Special Unformatted Text in Outlook
In Word, the macro for paste special-unformatted text is pretty simple, like
this:
Sub PasteUnformatted()
Selection.PasteSpecial Link:=False, DataType:=wdPasteText
End Sub
I'd like to do this in...
|
Forum: Outlook and VBA
February 3rd 09, 01:33 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 940
|
Forum: Outlook and VBA
February 2nd 09, 11:06 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 940
|