RJSIGKITS
Board Regular
- Joined
- Apr 15, 2013
- Messages
- 109
Hi guys.
Okay, so I have a potentially really tricky one here...
I have a design software, in which I can export a design to an item list in either a standard .txt Text document, or an overly detailed XML Document. Whilst the software allows me to specify what information to export to the .txt document, I can't figure out how to control what is exported to the XML, where it exports all sorts of useless information that it seems would take an age to sort...
I then have an excel quoting document, in which I would like to achieve the ability to 'import a design' with the click of a VBA button, which will import either of the two options, and correctly provide a quotation to suit, based on the design.
I need Excel to read the data from one of the exported files, and to separate the information into the correct columns.
I can open the .txt doc and copy all, then paste it into excel, which works, but I need the process to be automated with the click of a button, if possible.
Anyone fancy having a stab at where to start? I appreciate you may require more information...
Okay, so I have a potentially really tricky one here...
I have a design software, in which I can export a design to an item list in either a standard .txt Text document, or an overly detailed XML Document. Whilst the software allows me to specify what information to export to the .txt document, I can't figure out how to control what is exported to the XML, where it exports all sorts of useless information that it seems would take an age to sort...
I then have an excel quoting document, in which I would like to achieve the ability to 'import a design' with the click of a VBA button, which will import either of the two options, and correctly provide a quotation to suit, based on the design.
I need Excel to read the data from one of the exported files, and to separate the information into the correct columns.
I can open the .txt doc and copy all, then paste it into excel, which works, but I need the process to be automated with the click of a button, if possible.
Anyone fancy having a stab at where to start? I appreciate you may require more information...