VBA read Outlook attachment from clipboard -
i'm searching way, using vba, retrieve file path or file data of outlook attachment copied clipboard user.
i've implemented (in access) drag/drop option saves entire email (and associated attachments), because of common user workflow need (desire) right-click > copy single attachment has been requested.
i've implemented solution thread: vba: read file clipboard , while successful files copied explorer window, not work outlook attachment copied clipboard.
i've tested different shell clipboard formats listed here no luck: https://msdn.microsoft.com/en-us/library/windows/desktop/bb776902%28v=vs.85%29.aspx#cfstr_filenamemap
any other suggestions/pointers appreciated.
Comments
Post a Comment