![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hello,
I recently installed internet explorer 7 beta 3 update to my system and I'm having a problem printing emails from the preview pane. However I can print the email if I open it (doulbe click) and then print it. Doesn't look like microsoft has a fix for this yet so I was hoping someone can help me with a work around - create a macro that would open an email (already selected), print it and then close the email. Pretty simple, but outlook doesn't have a macro recorder so I have no idea how to write this. So can someone provide me with the code I need to do this. Again the situation would be that I have the email already highlighted in the preview plane and I'd like to have the marco open the email, print it and then close it. Thanks, Dan |
#2
|
|||
|
|||
![]()
Am 10 Aug 2006 12:46:55 -0700 schrieb :
Public Sub PrintMail() Dim obj as Object Set obj=Application.ActiveExplorer.Selection(1) obj.Display obj.Printout End Sub -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.VBOffice.net -- Hello, I recently installed internet explorer 7 beta 3 update to my system and I'm having a problem printing emails from the preview pane. However I can print the email if I open it (doulbe click) and then print it. Doesn't look like microsoft has a fix for this yet so I was hoping someone can help me with a work around - create a macro that would open an email (already selected), print it and then close the email. Pretty simple, but outlook doesn't have a macro recorder so I have no idea how to write this. So can someone provide me with the code I need to do this. Again the situation would be that I have the email already highlighted in the preview plane and I'd like to have the marco open the email, print it and then close it. Thanks, Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
vba macro to print email and attachments outlook 2000 | Dan over in IT | Outlook and VBA | 2 | June 7th 06 09:08 PM |
D-Link DP-301U print server will not print from Outlook, OE, or Firefox | KLS | Outlook - General Queries | 2 | March 22nd 06 12:52 PM |
D-Link DP-301U print server will not print from Outlook, OE, or Firefox | KLS | Outlook Express | 4 | March 22nd 06 04:14 AM |
Print Preview and Print Untyped messages | dhknoxville | Outlook - Installation | 2 | March 10th 06 04:51 PM |
Macro to open, retrieve contents, print, and loop through process | Michelle Marie | Outlook and VBA | 2 | February 24th 06 10:39 AM |