View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
William Ryan eMVP William Ryan eMVP is offline
external usenet poster
 
Posts: 8
Default How to Get Fields Mapped (using .Net ?

Ales:

Are you in .NET environment or Excel. If .NET, what exception are you
getting.
"ales no spam" wrote in message
om...
I Built an excel file,
using XmlWebReference

and my result is

+-----------+-----------+
| Field1 v | Field 2 v|
+-----------+-----------+
|Value 1 |
|Value 2 |
|Value 3 |
+-----------+-----------+

Now I Need to get
the list of Fields mapped
using Net

I tried with

Excel.ActiveWorkBook.Maps(1).Schemas(1).... (Vb)

Excel.ActiveWorkBook.Maps[1].Schemas[1].... (c#)

i Tried also in Excel Visual Basic Editor
but failed

please help me!!!


Thank in advance