|
-
February 11th, 1999, 10:14 AM
#1
URGENT : HOW TO USE Excel File with VB5.0 without having Excel installed
Hi,
I would like to write codes in VB5.0 for modifying .xls files (Microsoft Excel 97). I would to read cells' value, to write things in several cells, ..., I mean doing in VB5.0 what I do when using Excel.
Is it possible without having Microsoft Excel 97 installed on my computer, to have a program independent of Microsoft Excel 97.
Please help me, this is URGENT.
Waiting for your reply.
Best regards.
Stephane.
-
February 11th, 1999, 03:16 PM
#2
Re: URGENT : HOW TO USE Excel File with VB5.0 without having Excel installed
Hi
Sorry, no this isn't possible. Unless you want to find out the file format for
Excel spreadsheets and then handle that in your code.
You could code your program so that it uses an array to hold the cell values in memory, then you can write it out to a delimited file which Excel could read in.
Regards
Chris Eastwood
CodeGuru - The website for developers
http://www.codeguru.com/vb
-
May 18th, 2000, 11:45 AM
#3
Re: URGENT : HOW TO USE Excel File with VB5.0 without having Excel installed
Hi,
I would like to write codes in VC5.0 for reading .xls files (Microsoft Excel 97). I would to read cells' value, to validate the cell value.
Please help me, this is URGENT.
Waiting for your reply.
Best regards.
dada
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|