View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeff Marshall Jeff Marshall is offline
external usenet poster
 
Posts: 7
Default Test if a folder exists

Hi,

I am making a folder using VBA called "SeptInv" in C:\Billing\Invoices\ .

However before the folder is made I don't know how to;

1. Test if the SeptInv folder has already been made and
2. Once it has been made that my VBA macro doesn't try to make it again.

Thanks in advance for any help.
Jeff