W
WesM
Hello,
I need to import data from a csv file into a worksheet on an already opened
workbook (programmatically using C#). I have been able to use the
....Workbooks.OpenText() method but it opens a new workbook. I can see that
using the menu options Data/import external data/import data does the trick
(and I've recorded the macro and can see what it's doing - in VBA of course).
I need to know how to perform this macro task in C#. Can anyone give me a
clue?
Thanks!
I need to import data from a csv file into a worksheet on an already opened
workbook (programmatically using C#). I have been able to use the
....Workbooks.OpenText() method but it opens a new workbook. I can see that
using the menu options Data/import external data/import data does the trick
(and I've recorded the macro and can see what it's doing - in VBA of course).
I need to know how to perform this macro task in C#. Can anyone give me a
clue?
Thanks!