View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Adrian[_7_] Adrian[_7_] is offline
external usenet poster
 
Posts: 29
Default How to check that a string is a valid formula ?

Hi,
Do you mind explaining in detail ?
Thanks.

--
Regards,
Adrian
"Frank Kabel" wrote in message
...
Hi
try using Application.evaluate for this

--
Regards
Frank Kabel
Frankfurt, Germany


Adrian wrote:
Hi,

How do you check in VBA code that a string is a valid formula ?
Thanks.