View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Where is the "Eval" function located?

Eval isn't built into excel or VBA.

My bet is that it was a function in one of the modules in that large addin
you're fixing.

Go back to that workbook and search for it.

Maury Markowitz wrote:

I'm doing some long-overdue code cleanup, breaking down one large XLA
into a series of smaller ones. During one of these moves, one module
will no longer compile because it cannot find the "Eval" function. I
seem to have the same References list for both, but I guess I don't.
Where is Eval located?

Maury


--

Dave Peterson