I'm need of converting excel sheet as pdf and sending it as mail.
I've got code in this forum, thanks to ZVI.
Here's the code i used
Sub AttachActiveSheetPDF()
Dim IsCreated As Boolean
Dim i As Long
Dim PdfFile As String, Title As String
Dim OutlApp As Object
' Not sure for what the...