View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default how can detect that setting object failed

.execute

and I've propagated it !

Peter T

"Dave Peterson" wrote in message
...
Could it as simple as your typo in .execute????

chfa wrote:

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


--

Dave Peterson