Work Project

s22jcd

New Member
Joined
Sep 2, 2006
Messages
5
I have got a project that I need to do for work but don’t have a clue were to start. I have detailed what I have got to do below, if anyone could tell me what programming language I would need to do this in it would be great.

I have an html email that comes into my inbox every day, I need to take 12 numbers from this email and insert these numbers into an excel sheet. This not a difficult task at the moment but over the next few weeks we will be monitoring more and more live feeds and this task will start to take longer and longer. So this task really needs automating.

Any help would be much appreciated.
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hello, and welcome to the board.

This is an Excel question. :)

You basically want to scan your inbox, hopefully you're using Outlook and can use something like this:

http://www.dicks-clicks.com/excel/olRetrieving.htm

And you can parse the Body with Instr(), Right(), Left() and Mid().

I hope you have some VB[A] experience because this is not where I would start, experience-wise. ;)

I moved this thread out of the Lounge, which isn't really intended to house serious programming threads. :)
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,605
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top