Using VBA at Excel, I save data of a table at a ".dat" file, at a network folder. How can check if the folder is available? My idea would be if folder A is not available, save the file at folder B Something like
if {{ "\\PC2\Shared" is not available }} then then nA = "D:\data.dat" else nA = "\\PC2\Shared\data.dat"