VB and Excel

  • Thread starter Thread starter Bradley
  • Start date Start date
B

Bradley

I'd like to read in an Excel based xls template, add data to specific cells
then write the information out to a different filename. In addition to a
request for some sample code, I have the following questions that I hope
somebody can help me with:
1) Do all versions of excel export an interface? I'm using Excel 2002
2) Do I need to require that all users have Excel on the system or can I
interact with the spreadsheet without it?

TIA

Brad
 
1. I do not understand what you mean by "export an interface"

2. All users must have the Excel library installed that is either the
same or backwards compatible with the one you are writing against (if
you are using automation). Some platforms such as Crystal Reports I
believe allow you to write excel spreadsheets without Excel being
installed.
 
Thanks for the response. My question must not have been clear. All that I
want to do is programmatically open an Excel file, modify the contents then
write the info to another Excel file (could be the same one.) This doesn't
seem like it should be difficult. I thought that there would be an MS Office
SDK, but the only information I find is related to Office 2003, whereas I
need to support earlier versions of Excel.

Thanks again.

Brad
 
Cor,

This is a lot of useful information. Thanks for the assistance!

Brad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top