Open attachment, manipulate without add-on program?

Status
Not open for further replies.

Andrew Quirl

New Member
Outlook version
Outlook 2010 64 bit
Email Account
Outlook.com (as MS Exchange)
Can all this be done with Outlook vba and/or Excel vba without installing an add-on program? If all of these steps cannot be accomplished, please specify which ones are the problem to facilitate my trip back to the drawing board.

1. recognize email source
2. open pdf attachment
3. select all
4. copy
5. open Excel
6. paste (dump) into A1
7. depending on the email source, save excel document .xlxs into a specified folder (outlook or a shared drive)
8. close the excel document (excel program can stay open or not)
9. close the pdf document
10. move the email into a specified folder in outlook
 
1. assuming source = email address, yes
2. yes
3. possibly. You'd need to open the pdf in word - if not, the pdf program needs to support vba (acrobat does but i don't know if it can do all that).
4. see 3
5. yes
6. yes
7. yes, as long as it's not too complicated. the fewer paths to store, the better.
8. yes
9. possibly.
10 yes
 
3. possibly. You'd need to open the pdf in word - if not, the pdf program needs to support vba (acrobat does but i don't know if it can do all that).
4. see 3

I only have the basic reader. Why Word? When I manually open the .pdf in Reader, keyboard CTRL+A/CTRL+C gets the data dump onto the clipboard.
 
You can't control the pdf using vba - you can control word; acrobat supports VBA but i don't know the extent. (2013 and 2016 can open it, not sure about 2010. )

Without this support, you'd need to use send keys, which can be really clunky and buggy. Copying from word would be the easier. if the pdf is plain text, it should render ok in word - tables can be a problem though.
 
I'm not concerned about the table formatting loss. Are you saying Outlook vba can open the .pdf straight into Word instead of into Reader? Or open into Reader and then export to Word?
 
if your version supports it, yes.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
E Open olNoteItem Attachment Outlook VBA and Custom Forms 6
D Outlook VBA to open Excel attachment and send recipient's email address to a workbook cell? Using Outlook 4
S Pre populate subject + body + attachment to already open email in outlook 2007 Using Outlook 2
C How To Open Outlook Attachment in Excel, Modify some Data, then Re-Save It Using Outlook 3
S Cannot open any attachment from OWA Exchange Server Administration 2
V "A program has attachment filename open" Message returns Outlook VBA and Custom Forms 4
Y message attachment saved by Outlook.Attachment.SaveFileAs not open Outlook VBA and Custom Forms 7
G Get current open draft message body from VBA Outlook VBA and Custom Forms 1
Rupert Dragwater How to get Outlook 365 to open from websites Using Outlook 5
Witzker Outlook 2019 Edit contact from email does not open the user defined contactform Using Outlook 3
S Leaving ActiveExplorer open for editing after Sub is done Outlook VBA and Custom Forms 0
Commodore PDF attachments started to open in Edge Using Outlook 0
T Outlook 2021 Cannot open attachments Outlook DeskTop 2021 Using Outlook 0
X Open Hyperlinks in an Outlook Email Message (Help with Diane's solution) Outlook VBA and Custom Forms 3
S HTML Code Embedded in String Within Open Outlook Email Preventing Replace(Application.ActiveInspector.CurrentItem.HTMLBody From Working Outlook VBA and Custom Forms 4
talla Can't open Outlook Item. Using Outlook 0
O Outlook on Android: after sharing / sending a news article, draft remains open. Why? Using Outlook 1
K Embedded photos no longer open with Photos or Photo Viewer Using Outlook 7
Witzker Open Contact missing in Outlook 2019 Using Outlook 2
L Cannot open PST file for first session each day Using Outlook 6
A How to open a specific link automatically with outlook 2016 Outlook VBA and Custom Forms 6
H Upon opening Outlook, make my popmail inbox open instead of outlook.com inbox Using Outlook 1
sahameed82 SharePoint calendar directly open in Outlook Using Outlook 0
N .pst archive from work will not open/import on Microsoft 365 Exchange Server Administration 0
C Outlook 2016/2019 hangs after being open for an extended period Using Outlook 4
M Where is the setting to *turn off* open calendar in a new window? Using Outlook 3
W Automatically open attachments without automatically printing them Using Outlook 0
Y Open and Save Hyperlink Files in multiple emails Outlook VBA and Custom Forms 9
J How to open OST file in Outlook 2019 & 2016 Using Outlook 1
C Can't Open Outlook 365 Using Outlook 0
D after delete mail, open the next one Outlook VBA and Custom Forms 0
N VBA Script to Open highlighted e-mail and Edit Message Outlook VBA and Custom Forms 5
M outlook won't open! Using Outlook 1
N Open & Save VBAProject.Otm using VBA Code Outlook VBA and Custom Forms 1
E Unable to open Outlook 2010 after adding new email account Using Outlook 4
M other user's mailbox won't open, forms disappeared Using Outlook 42
S SendFromAccount - Problem trying to test existing value in open email Outlook VBA and Custom Forms 2
J Open an outlook email by Subject on MS Access linked table with VBA Outlook VBA and Custom Forms 10
D Add Tetxbox at form open Outlook VBA and Custom Forms 1
U Catching ModuleSwitch events after "open in new window" Outlook VBA and Custom Forms 2
S Reminder Dialog Open Button Using Outlook 2
A How to open a specific link automatically with outlook Outlook VBA and Custom Forms 13
S Outlook 2010 Cannot Open Attachments Using Outlook 14
N open the hyperlink in Outlook directly instead of browser Using Outlook 1
S Outlook does not open the .pst file created by the Outlook Using Outlook 5
A open Outlook with multiple windows. Using Outlook 0
K open calendar from address book Outlook VBA and Custom Forms 1
T Double clik behavior on agenda open a new meeting request Using Outlook 1
G Can't open .pst. Message could not access default folder (Outlook 2010 (.pst). Before that was backi Using Outlook 0
I Outlook 2010, 2013 will not open .msg or .eml files Using Outlook.com accounts in Outlook 1

Similar threads

Back
Top