Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Programming VBA / January 2005

Tip: Looking for answers? Try searching our database.

To Michael B. Help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
mariagloria - 31 Jan 2005 17:15 GMT
Michael, sorry but I coun't made work the code you send me the 24th, It is to
complex and I'm not that expert in VB.   Do you have an easier idea so I can
get in VB all the context in  a folder and send them by mail.   The trigger
bottom is in an acces menu, that is where I have to place the code.  Please,
help me to find out the answer becouse I have expended two weeks looking for
it.  Thanks a lot.

the code i have know is this
Sub Mail_workbooks_Outlook()
   Dim OutApp As Object
   Dim OutMail As Object
   Set OutApp = CreateObject("Outlook.Application")
   Set OutMail = OutApp.CreateItem(0)
   With OutMail
       .To = "sistema@via-ex.com"
       .CC = "schuq@via-ex.com"
       .BCC = "maria@ene.com"
       .Subject = "Trasnmision"
       .Body = "Adjunto envío de datos de NOTAS "
       '.Attachments.Add ("Z:\ViaEx\*.*")
       .display   'or use .Display
   End With
   Set OutMail = Nothing
   Set OutApp = Nothing
End Sub
Signature

MG

Michael Bauer - 31 Jan 2005 17:37 GMT
Hi Maria,

sorry, but I haven´t sent you anything. I just gave you the hint at the
Scripting Runtime and the FileSystemObject.GetFolder method.

Please show me what you have so far, regarding to the GetFolder method,
then I´ll know better where the problem is.

Signature

Viele Grüße
Michael Bauer

> Michael, sorry but I coun't made work the code you send me the 24th, It is to
> complex and I'm not that expert in VB.   Do you have an easier idea so I can
[quoted text clipped - 21 lines]
>     Set OutApp = Nothing
> End Sub
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.