Thread: on error help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norie Norie is offline
external usenet poster
 
Posts: 82
Default on error help

Why use On Error in the first place?

Couldn't you just check for the existence of the directory using the
Dir function with the 2nd argument set to vbDirectory?