Recent content by lucass3231

  1. L

    Open outlook new email and attach most recent file from directory

    I've got 'Compile error: User-defined type not defined' and the line is highlighted 'Sub AttachXLSX()'
  2. L

    Open outlook new email and attach most recent file from directory

    Dear all :) I am trying to create a vba macro that allows me to open new message in outlook and attach most recent xlsx file from my folder path. All after click one button. Here is what I have at this moment: 'Open new message Sub OpenOutlook() Dim Outlook As Object, Outmail As Object Set...
Back
Top Bottom