View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Excel.xmlMap not defined

Perhaps the Edition of Excel in the standard edition is not the same as that
in the Professional edition. From help on xmlmap:

Note XML features, except for saving files in the XML Spreadsheet format,
are available only in Microsoft Office Professional Edition 2003 and
Microsoft Office Excel 2003.



--

Regards,

Tom Ogilvy





"Irfan" wrote in message
...
hi,
I am using Add - referance - Excel 11.0 Object library to refer to

Excel
2003(standard edition) in VB6 Express edition.
But when it gives an error when i try to declare an instance od xmlMap
Dim map As Excel.xmlmap // ERROR: Type Excel.xmlMap not defined.

Any help is appreciated:

Irfan