Getting Data from Embed combo box in excel sheet to 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
 
Why don't you set the Linked Cell property of the combo box and then
read the value of that cell.

Hope this helps
Rowan
 
Thanks that worked

Rowan Drummond said:
Why don't you set the Linked Cell property of the combo box and then read
the value of that cell.

Hope this helps
Rowan
 

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