CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    22

    read a cell in an excel spread sheet

    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


  2. #2
    Join Date
    May 2000
    Location
    Canada
    Posts
    32

    Re: read a cell in an excel spread sheet

    Try :
    MsgBox Worksheets(1).Range("A1").Value





Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured