Mainly a question for Tom Gutman, but other members can chip in if they know the answer.
There are 2 functions in the attached worksheet both supplied by Tom.
The First function uses a textbox to write data to an existiting Excel worksheet. This has a benefit over the ‘WRITEEXCEL’ function which is a new function M15 and Prime, as it allows the user to specify which cells the data can be passed too, instead of always being A1.
The second function ‘Excel storage object’ passes a range to Excel using a function. The main advantage this has over the above is that there is no external file and the Excel component stays within the Mathcad Worksheet.
I have been trying to combine positives of both functions. I want the XL function to be able to take an array as shown in function 1 and display in an embedded Excel component. At the present it doesn't work quite the way I would like.
There is a description of each of the functions within the worksheet.
I think the problem is in the VB code of the embedded Excel component, but cannot seem to solve it.
Mike