View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andoni[_51_] Andoni[_51_] is offline
external usenet poster
 
Posts: 1
Default dim a String A="2+3+5" A=cdbl(A)???

If I have a string such as:

a="1+5+9+7"

and I want to use the number, non the string, I mean if I want to ge
the answer=22

a=cdbl(A) does not work!
How can I do this?

PS: I need this

--
Message posted from http://www.ExcelForum.com