View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default evaluate function only in Excel application

There is no DLL that you can distribute with your application that will
allow you to use Excel's Evaluate method. Your users must have Excel
installed.


--
Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)



"x taol" wrote in message
...
I made a program with vb 6.0.

By the way, the program use the only EVALUATE function in Excel.
Thus, any computer of uninstalled Excel application can not use the
program.

I want to know the component(dll,ocx and so on) with the EVALUATE
function in Excel.


*** Sent via Developersdex http://www.developersdex.com ***