Thread: Passing a Range
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Passing a Range

Jerry,
I know nothing of C#, but with VB I'd automate Excel and use its object
model.
If you C# knows nothing of Excel, it cannot work with it's objects.

NickHK

"Jerry" wrote in message
...
How can a range be passed to C# and have cell items accesible in C#. I

have
been unable to find any information on how this can be done.