Looking to automate tedious emails that involve attaching a PDF. Could this be automated without external tools?
Our take
hi Reddit
I'm currently working in logistics, and part of our operations workflow is emailing out confirmation letters indicating due dates and type of work received, then shipping/delivery email which contains tracking number we ship out via 3PL, and also an attached invoice.
The former is very easy to setup, I already have exported our database with email lists to send out confirmation letters easily. I also wan't to automate the latter, as due to the sheer volume of emails to send out, this soaks up an hour of time each day.
Cutting down as much time as possible doing tedious tasks like these will help tremendously in scaling our operations. Is there any solution to this with just using Excel?
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Converting VBA scripts to Office scripts for easier automationhey everyone, currently i have a VBA script that i manually run everytime a certain file is sent from a particular email address. for context the flow of the automation is done this way: file received through email -> automatic download -> manually trigger the VBA automation -> data from the sent file is transformed and kept in multiple different excel files. the automation itself is slightly lengthy and complicated. It basically converts bunch of data from the file sent, breaks it into different files with the required pieces of data for upload. what im trying to look at is, is there any way to basically eliminate this need to manually tiggering this vba automation myself? i get this report sent multiple times a month and as convenient, my vba automation has made this process its still a hassle 😂. I've heard of Office scripts being an option but can anyone please let me know if its possible? any resources would also be beneficial. thank you. submitted by /u/unlucky_ko [link] [comments]
- Excel Power Automation - Sending Emails to Users Based on Sheet CriteriaHi All! My organization currently uses a website called Smartsheets to create task lists. I've created automations that run each morning that send emails to users if a task becomes past due. It fulfills the intended purpose; however, every single month there seems to be some new issue; therefore, I'd like to transfer over to using functionality in native Excel. My research turned me on to Power Automation. I found the tools I needed until I hit a roadblock: P.A. does not look at the contact within the sheet and send a message to that person. It appears to just go to one designated individual. Any thoughts, recommendations, or solutions? I am almost at the end of my rope and ready to just deal with Smartsheets. A screenshot of our task list can be found in the comments. Maybe it provides some reference that I missed. Thanks! submitted by /u/bltsmith [link] [comments]
- Extracting data from PDF in an organized manner?Hi all, I'm looking to parse information from different formats of PDFs (Basically Different Vendor quotes) into excel, so far I was using PDF to excel converter and then copying this data into my main file and then using macros to only select fields of the required data. The process is really repititive and takes up a lot of time which adds more pressure when I've got deadlines. I need advice on how I can parse information into excel seamlessly from a PDF file. Would really appreciate your suggestions. I know Power Automate is a beautiful solution but currently my company is not going to get this subscription in the near future, so I really need an effective solution to manage my work load. submitted by /u/ThenLandscape2108 [link] [comments]
- I wired my Excel inventory sheet to WhatsApp so it texts me when stock is low. is this dumb?so I got tired of the morning routine where I open my inventory spreadsheet, scroll through 30 rows looking for red cells, then manually type up a purchase order. every single day. maybe 30-45 minutes of just.. looking and copying. I ended up connecting the Excel file to a WhatsApp number. the sheet is still the source of truth, all the safety stock thresholds and status flags live in Excel like before. but now instead of me opening the file, it texts me when something drops below safety stock. like "Widget A is at 3 units, safety stock is 10, want me to draft a PO?" and I can reply "yeah and add 10 extra to each" and it generates the whole purchase order. last time it spit out a ~$5,180 PO in seconds instead of me doing it by hand. when a shipment comes in I just text "update Widget A stock to 50" and it updates the file, flips the status from CRITICAL to OK, and sends me back the updated Excel. if it's not sure what I mean it asks instead of guessing which was important to me. the core logic still lives in Excel. nothing changed there. there's just a separate service that reads and writes to the file based on my WhatsApp messages. full disclosure I'm building this into a small tool (ExcelClaw) for myself and a few other people who are way too deep in spreadsheets. so this isn't a neutral post. but I genuinely want to know from people who live in Excel all day: would you trust something that edits your Excel based on text messages if you can see every change and get the file back? what would you need to feel safe with it.. logging? approval steps? version backups? and honestly if there's a way to do this natively with Power Automate or VBA that I'm overcomplicating I want to hear that too. I tried VBA before and broke things twice so I gave up but maybe I was doing it wrong curious what you guys think. if mods feel this is too promo-y I'll take it down, just want honest feedbak from the people who actually use Excel for operations submitted by /u/hiclemi [link] [comments]