len
May 14th, 2001, 10:08 AM
I want to be able to read a specific cell in an excel spreadsheet and bring the data into visual basic. Anyone know how to do it
|
Click to See Complete Forum and Search --> : read a cell in an excel spread sheet len May 14th, 2001, 10:08 AM I want to be able to read a specific cell in an excel spreadsheet and bring the data into visual basic. Anyone know how to do it raanand May 14th, 2001, 10:58 AM Try : MsgBox Worksheets(1).Range("A1").Value codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |