View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected] curiousgeorge408@hotmail.com is offline
external usenet poster
 
Posts: 85
Default How to return Excel errors from VBA?

On Nov 28, 3:20 pm, sebastienm
wrote:
fun = CVErr(xlErrDiv0)


Thanks. And for a list of the Excel error values that I wanted, use
VBA Help to search for "Excel constants", then select xlCVError.