Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP into Excel Question - Explanation

Status
Not open for further replies.

saw15

Technical User
Jan 24, 2001
468
0
0
US
Can anyone explain the if gte mso 9 part of this ? We currently run a query to return data via asp. We then format the asp to look like use excel after saving file. Problem is that it works for one client, but does not the other. If we remove this, works all the time, so I want to know what the gte is for .

Related site would be helpful thanks.

<!--[if gte mso 9]><xml>
<x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>Transaction Log Search Results</x:Name>
<x:WorksheetOptions></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook>
</xml>
<![endif]-->
 
gte = greater than or equal to

mso 9 = MS Office 9 (i think)

=========================================================
try { succeed(); } catch(E) { tryAgain(); }
-jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top