View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rex Mundi Rex Mundi is offline
external usenet poster
 
Posts: 2
Default Check for directory then create

I have figured out how to have Excel create a directory and save a CSV
of the current workbook.

Now the macro hangs if the directory already exists. How do I check
for the directory and create only if needed.

TIA