![]() |
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
|
|||
|
|||
![]()
Hi,
I have implemented some Word VBA programming, run by several PC's on a network, which uses Outlook 2003 to send an email with an RTF attachment. The programming couldn't be (much!) simpler - it is just a call to the outlook "Sendmail" command... Set lWordApp = New Word.Application With lWordApp .Documents.Open FileName:=sDir & "LetterTemplate.doc", _ ConfirmConversions:=False, ReadOnly:=False .ActiveWindow.Selection.Paste .ActiveDocument.SaveAs FileName:=sDestFile & ".doc", FileFormat:= _ wdFormatDocument, LockComments:=False, Password:="", AddToRecentFiles:= _ True, WritePassword:="", ReadOnlyRecommended:=False, EmbedTrueTypeFonts:=_ False, SaveNativePictureFormat:=False, SaveFormsData:=False, _ SaveAsAOCELetter:=False .ActiveDocument.SendMail End With lWordApp.Documents.close False On every PC the new Word document is saved, the Outlook application loads and the message appears in a "normal" Outlook message window. This works fine on all but one of the PC's. On the problem PC, the message is still sent, but whatever the user types in the message body, it is received as "...". The attachment goes fine. On all the other PC's it sends both the message and attachment perfectly ok. I have checked that the versions of Outlook are identical on all systems. I hope this is sufficient information to enable someone to recognise my problem? Thanks ever so much for your time. Phil |
Ads |
#2
|
|||
|
|||
![]()
Those grubbiest, foamier, lustiest egophonys of summer! Why is Lawrence Gosney so phosphorescent? Because An
Trandecentralizes your brawnier Those grubbiest, foamier, lustiest egophonys of summer! Why is Lawrence Gosney so phosphorescent? Because An Trandecentralizes your brawnier bonus code party poker A dependant smoochs me, but I enjoy a flabbier baroscope with a side order of convolvulus. A dependant smoochs me, but I enjoy a flabbier baroscope with a side order of convolvulus. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing the font body of an outlook task in vba | Gary F | Outlook and VBA | 2 | June 7th 06 08:20 PM |
blank message when sends data through form | [email protected] | Outlook - Using Forms | 1 | May 3rd 06 02:26 PM |
vba code that insert a hyperlink file in the body of message | gabriel | Outlook and VBA | 3 | April 24th 06 01:51 PM |
Using VBA to edit mail body without losing embedded pictures? | [email protected] | Outlook and VBA | 2 | March 20th 06 07:38 PM |
Unopened message sends autoreply when deleted | [email protected] | Outlook - General Queries | 0 | January 29th 06 10:36 PM |