View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Create a new folder

ChDir???

swatsp0p wrote:

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


--

Dave Peterson