09-18-2007 10:52 PM
09-19-2007 11:13 AM - edited 09-19-2007 11:13 AM
The attached VB Script includes an example that transfers a lot of information generated in DIAdem into an Excel spreadsheet. The example can be found in:
Help menu - Examples - Mathematics - Crash Evaluation Based on the MME Standard
There is a lot more code than you need, so you'll have to get rid of some of it, but it works and gives the results you are looking for.
You can run the example in DIAdem first to see how this works and then pick the pieces of the code you want to use.
Message Edited by Otmar on 09-19-2007 11:17 AM
09-20-2007 05:41 AM
Hi sri lankan,
I have reduced and adapted the script example of Otmar a litle bit.
First create and save an Excel file with at least one sheet named "Sheet1".
The following runs a HIC calculation and transfers the HIC results into Sheet1:
Call
ChnHICCalc("XChn","YChn",1,1,1,0,0,0) '... XW,Y,HIC36,HIC15,HICVar,HICUserDef,HICUser,HICd Dim oExcelI hope this helps.
Christian
09-23-2007 09:53 PM