accessing excel combo box control data from vb .net

  • Thread starter Thread starter CoolCyber
  • Start date Start date
C

CoolCyber

Hi,

I have a spread sheet with a EMBED combo box. I select an item in the combo
box and save the sheet. Now i am reading the spreadsheet values from VB .NET
using Microsoft.Office.Interop library.
I am able to get the values of regular cell in the sheet. Can anyone tell me
how to get the data of the combo box from vb .net.

Any help is appreciated.

Prn
 
Hi

You can use the linkedcell property of the combobox to link a cell on the sheet
Maybe there is a better way but this will work i think ?
 
Thanks that worked

Ron de Bruin said:
Hi

You can use the linkedcell property of the combobox to link a cell on the
sheet
Maybe there is a better way but this will work i think ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top