View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
swatsp0p[_35_] swatsp0p[_35_] is offline
external usenet poster
 
Posts: 1
Default Create a new folder


I think the OP is trying to create a folder in VBA code. If so,
something like:

ChDir "C:\Documents and Settings\My Documents\ExcelTips\backups"

should do what they need.

Good Luck.


--
swatsp0p


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