S
scfisher_list
I have a column, each row containing the directory structure and
filename.
ie
H:\ABC\98\EFG.zip
H:\ABC\98\HI.doc
H:\KLM\NO\PQRST\W.xls
I would like to bring back the directory in one adjacent column and the
filename in another column.
So example above i would end up with one column
H:\ABC\98
H:\ABC\98
H:\KLM\NO\PQRST
AND in another column
EFG.zip
HI.doc
W.xls
Is it possible using functions or VBA?
Regards
Steve Fisher
filename.
ie
H:\ABC\98\EFG.zip
H:\ABC\98\HI.doc
H:\KLM\NO\PQRST\W.xls
I would like to bring back the directory in one adjacent column and the
filename in another column.
So example above i would end up with one column
H:\ABC\98
H:\ABC\98
H:\KLM\NO\PQRST
AND in another column
EFG.zip
HI.doc
W.xls
Is it possible using functions or VBA?
Regards
Steve Fisher