#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 132
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 266
Default 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.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 214
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"