Link a text box to cell in excel 2002

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hello
I have an automated excel 2002 spreadsheet. I would like to draw some of the
cell values out of excel into some text boxes. I'm real new at VB.net. I
would appreciate any assistance that gets me started.
Thanks,
Paul
 
Hi Paul,

You need to connect to the Excel spreadsheet as a datasource using the oledb
provider. Then you can access the cells as if they were row/column data
(which in effect they would be).

HTH,

Bernie Yaeger
 
Back
Top