• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need to hire someone for a quick Excel VBA script

Hello folks - I need to put together a little script, preferrably with a simple GUI front-end, within Excel.

Long story short, a metrics tool I'm using outputs data in XML format. There are multiple data sets within each XML file with data points that would be graphed. The XML output is such that I am not easily able to graph each of the datasets together in an efficient manner.

My thought is to compare cell values and then copy cell contents from the XML file to another spreadsheet in a particular order, thus formatting the data in a regular table structure so that I can manually generate graphs easily.

It would be awesome if it was easy to put a front-end on this that allowed you to select the XML file, maybe parse the individual data sets, and automatically generate a graph based on user input for the graph type, etc. That is my dream, but as close as we can get to that without a ton of work would be good.

This wouldn't pay much, but I'm assuming that at least the basic functionality (compare cell values, copy to new spreadsheet, etc) would be pretty easy for someone experienced in Excel VBA.

I do have a programming background, but have run out of time to sit down and teach myself this. Hopefully I can find someone who wants to make a few extra bucks and save me some time 🙂

I'm happy to answer specific questions about the project here, but please e-mail to discuss project timeline and costs. ecetim (AT) gmail (DOT) com

If my idea of the time needed to do this and thus the cost is way off, I will just suck it up and do it myself, I'm just hoping to free up some time by outsourcing 😉
 
Last edited:
This is easily doable in Access. Plus you can keep the data in an access table and run a graph based on historical data.
 
Back
Top