Hi I have a list of directories in column A and I would like to create a macro to go through all the calls in column A then create the appropriate folder based on information contained in the cell.
so far I have this (see below but I dont know how to make the macro loop through the list. Can some one give me a hand please?

Sub MakeFolders()
MkDir "F:\Job Master List\Test"
End Sub