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 9 of 9
Search took 0.07 seconds.
Search: Posts made by: Gary Petersen
Forum: Outlook and VBA August 26th 09, 03:14 AM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 3,416
Posted By Gary Petersen
Outlook 2007 Macro: Paste - Paste Special - Unformatted Text

No, I didn't. Once I found where to do that (in the Visual Basic Editor, in
case someone else finds this later through searching), it seems to work just
fine here at home. Which pretty much...
Forum: Outlook and VBA August 25th 09, 03:02 AM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 3,416
Posted By Gary Petersen
Outlook 2007 Macro: Paste - Paste Special - Unformatted Text

I'm getting a "Compile Error: User-defined type not defined error" now,
regardless of whether I comment out the On Error Resume Next statement. I
should have your book to reference tomorrow. This...
Forum: Outlook and VBA August 25th 09, 02:14 AM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 3,416
Posted By Gary Petersen
Outlook 2007 Macro: Paste - Paste Special - Unformatted Text

I did, here at home, but got no response when I tried to run the macro. I'll
try it again at work, which is mostly where I want the macro running. I'm
also borrowing a copy of your book from a...
Forum: Outlook and VBA August 23rd 09, 05:19 AM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 3,416
Posted By Gary Petersen
Outlook 2007 Macro: Paste - Paste Special - Unformatted Text

Thanks for the reply and link, Sue. So if my Word 2007 macro to paste
unformatted text is this:

Sub Paste_Unformatted_Text()
'
' Paste_Unformatted_Text Macro
'
'
Selection.PasteSpecial...
Forum: Outlook and VBA August 22nd 09, 04:13 AM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 3,416
Posted By Gary Petersen
Outlook 2007 Macro: Paste - Paste Special - Unformatted Text

I'd like to assign a macro in Outlook 2007 to a Toolbar button that would
execute the equivalent of these clicks when there is formatted text in the
Windows clipboard:

1. Click the Paste icon...
Forum: Outlook and VBA March 4th 09, 06:08 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 1,482
Posted By Gary Petersen
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,482
Posted By Gary Petersen
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: 930
Posted By Gary Petersen
Outlook 2007 to Attach a File in an Existing Message

Thank you, Dmitry. I tried it on my home laptop and it worked perfectly.
I'm sure that will get me fixed up tomorrow on my work laptop. I really
appreciate the help.
--
Gary Petersen



"Dmitry...
Forum: Outlook and VBA February 2nd 09, 11:06 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 930
Posted By Gary Petersen
Outlook 2007 to Attach a File in an Existing Message

I'd like to create a macro in Outlook 2007 to attach a specific file to an
open message. I've been searching and have the following bit of code, but it
creates a new blank message with the file...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 07:40 PM.


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