View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Manikandan Manikandan is offline
external usenet poster
 
Posts: 3
Default Selecting the item in combobox in excel file through C# application

Hi,
I'm using excel 2000.
I'm working on .NET1.1 using VS.NET2003
I'm using Microsoft Excel 9.0 Object Library to access excel from c#
application.
I have one excel sheet with a combobox(only one combobox with five
items).
I need to select the item through c# application.
Could you please tell me the exact syntax to select an item in excel
sheet through c# application.
I also don't know the name of combobox in excel sheet(is there any
property window to see combo box name in excel).
I tried excel.oleobjects, but don't know exact syntax
Kindly help me out

Thanks,
Mani