ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   XML (https://www.excelbanter.com/excel-programming/377660-xml.html)

Kelly

XML
 
I have MS Office Basic Ed 2003, (11,8105,8107)SP2. I need to have "xml" as an
option on my data menu in my Excel program. Is this possible?
--
Kelly

Leo Heuser

XML
 
"kelly" skrev i en meddelelse
...
I have MS Office Basic Ed 2003, (11,8105,8107)SP2. I need to have "xml" as
an
option on my data menu in my Excel program. Is this possible?
--
Kelly


Kelly

I believe, you have to update to Office 2003 Pro.

--
Best regards
Leo Heuser

Followup to newsgroup only please.



Michel Pierron

XML
 
Hi kelly,
You can try:

Sub XML_Support_Available()
Const Msg1$ = "XML feature is"
Const Msg2$ = "available in this Excel version !"
MsgBox Msg1 & xmlSupport & Msg2, 64
End Sub

Private Function xmlSupport() As String
xmlSupport = IIf(Application.ArbitraryXMLSupportAvailable, " ", " not ")
End Function

MP

"kelly" a écrit dans le message de news:
...
I have MS Office Basic Ed 2003, (11,8105,8107)SP2. I need to have "xml" as
an
option on my data menu in my Excel program. Is this possible?
--
Kelly





All times are GMT +1. The time now is 03:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com