- Katılım
- 17 Ocak 2006
- Mesajlar
- 241
- Excel Vers. ve Dili
- excel xp türkçe
Application.Dialogs(xlDialogSendMail).Show "Alıcıpostaadresi", "konu"
Option Explicit
Sub Mail()
Application.CommandBars.FindControl(ID:=3738).Execute
End Sub
Option Explicit
Sub Mail()
Application.CommandBars.FindControl(ID:=3738).Execute
Gönder
End Sub
Sub Gönder()
[COLOR=red] Application.SendKeys "%u"
[/COLOR]End Sub