Hi there,
Need helps a lots. I need to combine two vba codes into one action button (Submit). I don’t know any things about this, I need put following:
“”![]()
Sub Mail_workbook_Outlook_2() Dim wb1 As Workbook Dim TempFilePath As String Dim TempFileName As String Dim FileExtStr As String Dim OutApp As Object Dim OutMail As Object With Application .ScreenUpdating = False .EnableEvents = False End With Set wb1 = ActiveWorkbook ….. …… …… End With End Sub
into
Can anyone help me please? Thanks.![]()
Private Sub CommandButton2_Click() End Sub
Bookmarks