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 6 of 6
Search took 0.78 seconds.
Search: Posts made by: JBark
Forum: Outlook and VBA July 6th 09, 03:16 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 2,736
Posted By JBark
Specify Font Name or Face using VBA Macro in Word

Thanks Sue - I will check it out and read up on it!

"Sue Mosher [MVP]" wrote:

If you use the object browser (F2 in VBA), you'll see that no Outlook
objects have any kind of Font property. You...
Forum: Outlook and VBA July 2nd 09, 06:32 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 2,736
Posted By JBark
Specify Font Name or Face using VBA Macro in Word

Hello - when I use vba to create an Outlook mail item using Word 2003 as the
email editor, can I specify the font to be used in my vba macro code? Right
now it pulls whatever the user has set as...
Forum: Outlook and VBA June 29th 09, 08:12 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 2,850
Posted By JBark
Add Multiple Attachments Sources using VBA in Word

Yes - I kept digging and I was declaring the fields as formfields but they're
really textboxes. It works now like this:

..Attachments.Add Source:=ActiveDocument.FullName, Type:=olByValue
...
Forum: Outlook and VBA June 29th 09, 06:25 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 2,850
Posted By JBark
Add Multiple Attachments Sources using VBA in Word

Thanks Sue. The code runs fine without any errors and attaches the original
doc but not the additional docs. Should I ask someone over in the Word Forum
about this? Or do you have a suggestion as...
Forum: Outlook and VBA June 29th 09, 04:52 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 2,850
Posted By JBark
Add Multiple Attachments Sources using VBA in Word

Yes - I had tried that also like this, but I'm still getting syntax error.

.Attachments.Add Source:=ActiveDocument.FullName, Type:=olByValue, _
.Attachments.Add...
Forum: Outlook and VBA June 29th 09, 03:55 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 2,850
Posted By JBark
Add Multiple Attachments Sources using VBA in Word

Hi,

How can this code be written to add multiple attachments using vba and Word
as my email editor. The first attachment is the active document itself, the
other 4 attachments have their full path...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT +1. The time now is 06:06 AM.


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.