To all .NET gurus...

Basically, I want to download data from my listbox to an excel file in VB.NET and it should achieve the following...

When I click a button that says "Download to Excel", the Save file dialog box appears showing the <fileName>.xls. Then when I click save, it should load all my data that appear from the listbox to my excel file.

thanks!!