View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Create a new folder

Try MkDir

MkDir "back ups"

Or

MkDir CurDir & "\back ups"


--
Regards Ron de Bruin
http://www.rondebruin.nl


"aph" wrote in message ...

Hi

I have done a search but can't find a way of creating a new folder
"back ups" in the current directory, can anyone help?

Andrew


--
aph
------------------------------------------------------------------------
aph's Profile: http://www.excelforum.com/member.php...o&userid=17175
View this thread: http://www.excelforum.com/showthread...hreadid=477501