Hello. This is my first post here. I've been working on this problem for days to no avail and am coming here in the hope someone can help me.
I receive a number of .csv file attachments every day. Here's what I'm trying to accomplish:
Does anyone know how to do that? Saving attachments isn't the problem, it's the Excel part where I'm having problems ... early binding vs. late binding ... none of the code samples I've found seem to work, and none of the other boards seem to know the the solution because they know how to get it to work in Excel but it won't work in Outlook. I need it to work in Outlook VBA.
Thank you for your help.
Charlie
I receive a number of .csv file attachments every day. Here's what I'm trying to accomplish:
- Open the .csv file in Excel
- Delete the last 6 rows of the file (they're random length; changes every day)
- Save the file
Does anyone know how to do that? Saving attachments isn't the problem, it's the Excel part where I'm having problems ... early binding vs. late binding ... none of the code samples I've found seem to work, and none of the other boards seem to know the the solution because they know how to get it to work in Excel but it won't work in Outlook. I need it to work in Outlook VBA.
Thank you for your help.
Charlie