Export to Microsoft Excel in Internet Explorer, equivalent command in vb.net 2005

I am trying to find theequivalentcommand in VB.net 2005 that will mimic the 'Export to Microsoft Excel' command that is found in Internet Explorer 7. Does anyone have an idea?
[235 byte] By [JohnnyJet] at [2008-1-10]
# 1
Please explain more, if you need to know how to export data through excel sheet just have a look at these links:
http://steveorr.net/articles/ExcelExport.aspx

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=294490&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1713004&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=342798&SiteID=1

Hope this can help

AmrOuf at 2007-10-3 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2

Thanks for the reply.

What I am actually trying to do is export a webpage to an Excel formated file. When you right click the mouse button on a webpage there is an option within Internet Explorer that will export the page to an Excel file. I would like to copy this process within Visual Basic.net 2005.

JohnnyJet at 2007-10-3 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
I think that your answer is here, have a look at these posts

http://geekswithblogs.net/vivek/archive/2006/09/26/92316.aspx
http://www.eggheadcafe.com/tutorials/aspnet/6e1ae1a8-8285-4b2a-a89b-fafc7668a782/aspnet-download-as-wor.aspx

Hope this can help

AmrOuf at 2007-10-3 > top of Msdn Tech,Visual Basic,Visual Basic General...