Hi folks,
I just wrote an application to export/import data to/from an excel file, with ms office 2000 installed.
What are the odds of this application not workable for machine with only office 97 installed?
For comments, please.
Thanks.
KT
Printable View
Hi folks,
I just wrote an application to export/import data to/from an excel file, with ms office 2000 installed.
What are the odds of this application not workable for machine with only office 97 installed?
For comments, please.
Thanks.
KT
For your application to run on all both 97 and 2000 excel. When writing your application, you need to use late-binding. (ie. you have to declare the excel variable as Object)
Regards.
yub, i did.
thanks! rgds.
KT