View Single Post
  #3   Report Post  
gils usenet acct
 
Posts: n/a
Default

Thanks Tony, ...

Your points worked like a charm.


gil

"Tony Jollans" Nomail wrote in message
...
It is called Documents *and* Settings (not Documents & Settings)
... and My Documents only has a single space

Other than that your code should work

--
Enjoy,
Tony


"gils usenet acct" wrote in message
...
Hi All,

I am having trouble with making code for creating a folder in the current
user's My Documents folder. Recommendations?

Dim objFSO As Object

Set objFSO = CreateObject("scripting.FileSystemObject")

objFSO.CreateFolder (("C:\Documents & Settings\" &
Environ("UserName")

_

& "\My Documents\myNewFolder"))

Set objFSO = Nothing



tia



Gil