Sorgu için arama sonuçları: RangetoHTML

  1. turist

    Mail Gövde ve Mail Adres hücreden alma

    ....Subject = "Liste1r" '.BCC = "ttt@yyy.com" .HTMLBody = "Liste güncellenmiştir.Lütfen kontrol ediniz." & Chr(10) & Chr(10) & RangetoHTML(icerik) & Chr(13) & Chr(13) & "Tesekkürler." .Attachments.Add ActiveWorkbook.FullName .Display '.Send End With ActiveWorkbook.Close False Kill...
  2. K

    Resim olarak outlook'a kopyalama

    ...= mesaj & _ "Merhaba," & "<br>" & _ "<br>" & "Aşağıdaki gibidir:" & "<br>" & _ "<br>" & "1. tablo;" & "<br>" & RangetoHTML(alana) & _ "<br>" & "2. tablo" & "<br>" & RangetoHTML(alanb) & _ "<br>" & "Bilginize sunar, iyi çalışmalar dilerim." &...
  3. 1

    Mail gönderilmesi hk.

    ...Selection.Copy wrdEdit.Application.Selection.Paste '.Attachments.Add maildosya '.Htmlbody = "<br>" & RangetoHTML(alan) & .Htmlbody .Htmlbody = "<br>" & baslik & RangetoHTML(imza) & .Htmlbody '.send End With mailatma: Set evnmailitem =...
  4. 1

    Mail gönderirken imza bölümü

    ....Subject = "Konu deneme" .To = kime .cc = bilgi '.Attachments.Add maildosya '.Htmlbody = "<br>" & RangetoHTML(alan) & .Htmlbody .Htmlbody = "<br>" & baslik & .Htmlbody .display '.send End With mailatma: Set evnmailitem = Nothing Set...
  5. R

    logolar oluşturulan mail gövdesine gelmemekte

    ...Resume Next With OutMail .To = "" .CC = "" .BCC = "" .Subject = "Banka Durumu" .HTMLBody = RangetoHTML(rng) .Display 'göndermek için .Send End With On Error GoTo 0 With Application .EnableEvents = True...
  6. U

    Farklı sheetlerden farklı yerlere mail gönderme

    ...'For Tips see: http://www.rondebruin.nl/win/winmail/Outlook/tips.htm 'Don't forget to copy the function RangetoHTML in the module. 'Working in Excel 2000-2013 Dim rng As Range Dim OutApp As Object Dim OutMail As Object Set rng = Nothing On Error Resume Next 'Only the...
  7. B

    Mailin Body Kısmında Kalın,İtalik ve Renkli Yazı Yazma

    ...renk olsun istiyorum. Mümkün mü acaba ? İlginiz için teşekkür ederim. .Htmlbody = "<br>Sn. Yönetici,<br>" & _ "<br>Biriminize ait personellerin kart hareketleri aşağıdaki tabloda mevcuttur.<br>" & _ "<br>Bilgilerinize arz ederiz.<br>" & RangetoHTML(Alan) & .Htmlbody
  8. cavanoos

    Mail gönderiminde imza sorunu

    ...With OutMail .Display .To = "" .CC = "" .BCC = "" .Subject = "İFL HK." .HTMLBody = RangetoHTML(rng) & .HTMLBody .Send End With Set OutMail = Nothing Set OutApp = Nothing End Sub Function RangetoHTML(rng As Range)...
  9. B

    Otomatik Mailde From (İkincil Mail Adresi) Hatası

    ...personellerin kart hareketleri aşağıdaki tabloda mevcuttur.<br>" & _ "<br>Bilgilerinize arz ederiz.<br>" & RangetoHTML(Alan) & .Htmlbody .SendUsingAccount = OutApp.Session.Accounts.Item(Range("M2").Value) '.Send End With...
  10. Hakan ERDOST

    Mail gönderirken .jpg imza srunu

    ...On Error Resume Next With OutMail .To = "" .CC = "" .BCC = "" .Subject = "" .HTMLBody = RangetoHTML(rng) .Display 'göndermek için .Send End With On Error GoTo 0 With Application .EnableEvents = True...
  11. T

    Excel makro ile mail gönderimi sorunu

    ..."B") ' .CC = "" ' .BCC = "" ' .Subject = "MAİLİN KONUSUNU BU KISMA YAZABİLİRSİNİZ " ' .HTMLBody = strbody & RangetoHTML(rng) ' .Send ' End With ' On Error GoTo 0 ' With Application ' .EnableEvents = True ' .ScreenUpdating = True '...
  12. D

    excel den mail atarken text gibi gönderiyor

    ...şimdiden. Sub Mail_AT() 'For Tips see: http://www.rondebruin.nl/win/winmail/Outlook/tips.htm 'Don't forget to copy the function RangetoHTML in the module. 'Working in Excel 2000-2013 Dim rng As Range Dim OutApp As Object Dim OutMail As Object With Application...
  13. Y

    maıl gonder kod revıze

    ...On Error Resume Next With OutMail .To = "" .CC = "" .BCC = "" .Subject = "" .HTMLBody = RangetoHTML(rng) .Display 'göndermek için .Send End With On Error GoTo 0 With Application .EnableEvents = True...
  14. S

    Macro ile mail Gönderen

    ...gerekiyor, aşağıya hangi kodu eklemeliyim On Error Resume Next With OutMail .To = "alici@mail.adresi" .CC = "" .BCC = "" .Subject = "This is the Subject line" .HTMLBody = RangetoHTML(rng) .Display 'or use .Send End With On Error...
  15. Y

    makro ile mail

    ...bu hata mevcut zaten bu hatayı kaldıra bilirmiyiz ben denedim olmadı. Sub Mail_Range_Outlook_Body() ' Don't forget to copy the function RangetoHTML in the module. ' Working in Office 2000-2007 Dim rng As Range Dim OutApp As Object Dim OutMail As Object With Application...
  16. C

    Mail boş gidiyor

    ...renklendirdiğim yere HtmltoRange eklediğimde ise Sub or Function not defined hatası vermekte. " You need to use this module with the RangetoHTML subroutine." ne demek? Nasıl ekleniyor? Bilemedim. Yardımcı olabilir misiniz. Sub Mail() ' You need to use this module with the RangetoHTML...
  17. K

    Mail göndermede imza ekleme

    ...With OutMail .To = [b1] ' MAİL ADRESİ .CC = [b2] .BCC = "" .Subject = "Sipariş Hk." .HTMLBody = RangetoHTML(rng) .Display .Send End With On Error GoTo 0 With Application .EnableEvents = True .ScreenUpdating =...
  18. K

    Mail gönderme ve kayıt işlemi hk.

    ...With OutMail .To = [b1] ' MAİL ADRESİ .CC = [b2] .BCC = "" .Subject = "Sipariş Hk." .HTMLBody = RangetoHTML(rng) .Display .Send End With On Error GoTo 0 With Application .EnableEvents = True .ScreenUpdating =...
  19. T

    Mail Makrosu - "To" kısmı Hücreden Gelsin

    Option Explicit Sub Mail_Sheet_Outlook_Body() ' Don't forget to copy the function RangetoHTML in the module. ' Working in Office 2000-2007 Dim rng As Range Dim OutApp As Object Dim OutMail As Object With Application .EnableEvents = False .ScreenUpdating = False...
  20. spacebar

    mail gönderme kod yardımı

    ...ilgili bir sorun.yardımcı olursanız sevinirim. teşekkürler.... Sub Mail_Range_Outlook_Body() ' Don't forget to copy the function RangetoHTML in the module. ' Working in Office 2000-2010 Dim rng As Range Dim OutApp As Object Dim OutMail As Object With Application...
Üst