View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] anandmam@gmail.com is offline
external usenet poster
 
Posts: 1
Default how to call excel.range.errors in vc++

Hi,

I am using vc++ as back end. I want to get the cell error and ignore
it.
I found related coding in vba as range.errors(XLNumberAsText).Ignore =
true. I tried the same thing in vc++. But errors() of range is not
exposed in vc++. can any one suggest me how to do the same coing in VC+
+.

Thanks in advance,

Anandi