Hi,
I am trying to make folders in a network adress as data is entered into one column.

Say column P is for project names, and as a name is entered to column P, VBA should make directory under a path. (path.. \\domainname\folder\folder...\folder_i_want_to_create_folders_under\

Below you may see the code I am trying to correct.
BH is the column i am trying to take folder names.

Regards.

If Not Intersect(Target, Range("p:p")) Is Nothing Then MkDir (BH)