View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raj Raj is offline
external usenet poster
 
Posts: 130
Default Trying to create dropdowns in excel using vb.net

How can I create the dropdowns in excel using vb.net without using any third
party controls? Basically I have an export excel feature in my site and I
need to create the dropdowns when the user trying to export the excel.

Can somebody publish the sample code?