View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
chfa chfa is offline
external usenet poster
 
Posts: 14
Default how can detect that setting object failed

hi

I use VB-RegEx for pattern matching. The command "set objMatched
= .Excecute(SomeString)" fails if the pattern didn't match. I tried
"if objMatch is Nothing then ... end if" to intercept the event;
without success.

Please help me with some ideas.

thx