skip to main | skip to sidebar

Matters Most

Let us find out answers for commonly asked IT questions…

Thursday, December 15, 2005

Easy way to check does this version of Excel support XML?
With Application
If .Version >= 11 And .ArbitraryXMLSupportAvailable Then
' Yes it does...
End If
End With
Posted by Parkskip at 5:24 PM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2008 (1)
    • ►  March (1)
  • ►  2007 (2)
    • ►  October (1)
    • ►  June (1)
  • ►  2006 (41)
    • ►  November (1)
    • ►  October (2)
    • ►  September (2)
    • ►  August (1)
    • ►  July (2)
    • ►  May (2)
    • ►  April (3)
    • ►  March (10)
    • ►  February (8)
    • ►  January (10)
  • ▼  2005 (28)
    • ▼  December (11)
      • Does anyone get sample of code doing transformatio...
      • Interpreting Execution Plans of Partitioned Objects
      • I have two server running SQL 2005 – both are conf...
      • Script with IF NOT EXISTS - SQL 2005
      • Deprecated Features in SQL Server 2005
      • Download SQL Server 2005 code samples to get a jum...
      • When I run DBCC CHECKDB on master database, there ...
      • How can I turn on Database Mail without having to ...
      • Easy way to check does this version of Excel suppo...
      • SQL 2005/2000 Cluster
      • What is IMEX=1? [Excel to SQL - SSIS]
    • ►  November (17)

Links

  • MIT: Tech Review

About Me

Parkskip
View my complete profile