Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 *** |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interpretation of Application.Caller.Parent.Evaluate | Excel Discussion (Misc queries) | |||
Alternatives to Application.evaluate(Long Formula) | Excel Programming | |||
Error 2015 with Application.Evaluate | Excel Programming | |||
evaluate a function | Excel Programming | |||
EVALUATE Function | New Users to Excel |