Thread: Error Handling
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Billy Boone Billy Boone is offline
external usenet poster
 
Posts: 3
Default Error Handling

I'm relatively new to Excel programming (but not programming in general) -
so I have written some macros and part of the error handling - I wanted to
display an error message - including the macro that had the problem. I was
expecting to use Err.Source - but that returns Microsoft Excel. Any way to
get the source macro function name (short of hard coding a string)?

BBB