How can i access data in an Excel file using VBScript? In ASP, I can do it using set conn = Server.CreateObject("ADODB.Connection") conn.open "FileDSN=xyz.dsn" but i am using the VBScript code in an Interworld (Web tool) component which is not recognising the Server object of ASP. Ananda