Where is the "Eval" function located?

  • Thread starter Thread starter Maury Markowitz
  • Start date Start date
M

Maury Markowitz

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
 
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.
 
Try Evaluate, not Eval

That did work. Odd, the help system didn't pull it up, and there's
definitely no code in the old library that covers Eval->Evaluate.

Maury
 

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