If val(application.Version)>10 Then
MsgBox "XML works"
End If
--
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Hypernikao" <(E-Mail Removed)> wrote in message
news:B2F613C2-9138-4321-98AD-(E-Mail Removed)...
> Using Excel 2003 I created a spreadsheet using XML import and export. The
> help information says the following on the XML features in Excel 2003:
>
> * 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.
>
> I'd want to inform the user whether the XML features will work or not.
> Using "Application.Version" I get the Excel version.
>
> Does anyone know how to test the office edition in VBA?
|