View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Application.Evaluate("5705")

I think you should tell us which version and Service Pack of Excel you are
using and which operating system it is running on. I am using Excel 2003 SP
3 on Vista Ultimate and that expression prints 5705 for me.

--
Rick (MVP - Excel)


"witek" wrote in message
...
Hi guys,

Could you try something for me?

Open Excel, go to vbe, open immediate window and execute

? Application.Evaluate("5705")


Could you tell me what value you get and why I get -4146
Thanks