|
-
Jun 9th, 2002, 03:27 AM
#1
Thread Starter
New Member
-
Jun 10th, 2002, 05:12 AM
#2
1) I know with the office Developer tools you can use a tool for Access files to run without Access being on the machine, I don't tink it's possible with Excel though.
You'll find that MsChart and MsQuery are installed when you put office onto the machine, the chances are, if the user hasn't got Excel, they may well not have these either.
1) To populate an excel file into an MsFlexgrid control, look up the textmatrix property.
2) As an alternative to the MsChart, you might want to look at some of the sample vb apps from www.planetsourcecode.com or www.vbcode.com as I've seen some custom created chart programs there before.
-
Jul 7th, 2002, 04:25 PM
#3
New Member
Old Skool
If no Excel, revert to writing to and reading from (shudder) a csv file.
Not quite too sure how useful an Excel file will be for people who don't want to install it on their machine.
If it is a small file and they have IE 4+, try writing to xml file (tip: use late binding and make sure file size is small or it will choke on the load method).
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
|