View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default Help raising an error from an Excel Object (e.g. Worksheet)

Years ago I tried using Err.Raise and never did fully understand it or
get it to work as expected or desired. I gave up and declared Public
variables mbErrorFlag (Boolean) and maErrorMsg (String) and worked
with those.

Hth,
Merjet