Thread: Excell with VB?

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    241

    Excell with VB?

    For my German final project I need to access some excell spreadsheets in VB. I figured out how to load the data in from an XML file, but I have no idea how to access the data by cell. Does anyone know? I am mainly using VB.NET for this, but may use VB 6.0 if you know something that works in 6.0 and not .NET. Can anyone help me out?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    You shouldnt really post VB questions here........but as I'm working with VB at the moment, I'll try help


    Here's a VB6 program that acts as a quick viewer for excel sheets.....it opens a document via automation and then scans the first 200 or so cells and uses the data found to populate a flexgrid control

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Passing an Array of Strings from VB to a C DLL
    By mr_nice! in forum Windows Programming
    Replies: 9
    Last Post: 03-08-2005, 06:16 AM
  2. C with VB ?
    By khpuce in forum Windows Programming
    Replies: 2
    Last Post: 02-21-2005, 08:00 AM
  3. Passing parameters from VB to C++ through ActiveX DLL
    By torbjorn in forum Windows Programming
    Replies: 0
    Last Post: 12-10-2002, 03:13 AM
  4. VB Calling Convention?!
    By minime6696 in forum Windows Programming
    Replies: 6
    Last Post: 03-27-2002, 04:39 PM
  5. Sending a string to C++ from VB 6.
    By VirtualAce in forum C++ Programming
    Replies: 4
    Last Post: 08-21-2001, 02:28 AM