View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ali[_4_] Ali[_4_] is offline
external usenet poster
 
Posts: 1
Default Creating Folder Folder in My Documents VBA - HELP

Hi,

I am trying to find out how to create a folder in the My Documents folder.

I tried looking for system variables that could lead me to the location of
the my Documents folder, so that I coudl use mkdir and the path, but the
problem is, the my document is mapped to the server, and not to the
C:\documents and settings subfolders.

Will appreciate if i could get some help on this.

I will eventually want to create folders within the new folder in the My
Documents.

Thank you!

Ali