View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Jost John Jost is offline
external usenet poster
 
Posts: 12
Default Validate Named Range Exists

I need a little assistance. I have a workbook that has many named ranges
from single cell to multiple cells. As users do get in and play and screw
things up, I wanted to create a function that will validate a named range
exists before my code tries to go do something with that range. Is there a
way to do that?