Darren, Regarding the copy part, use invoke OLE or dotNet to obtain a reference the Excel object model's Range object. The Range object returns the equivalent of a Magic Vector, so you would need to parse this, cell by cell, using VecGet functions and copy the data into a data table, then display the content of the data table in a table control. HTH. Steve Blank
On 4/26/2020 10:47 PM, Darren wrote:
|
|