Hi all, I have this coding in my macro
If blCreateFolder Then
        MkDir sSaveAsPath
    End If
When I select true on my master list the code encounters an error the second time it runs as there is already a folder created. How do I make it ignore the instruction if a folder already exists?

Appreciate any help in advance!