View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Amedee Van Gasse Amedee Van Gasse is offline
external usenet poster
 
Posts: 49
Default Creating a new "directory" on Sharepoint

On Sep 23, 4:42*pm, Joel wrote:
When creating a folder don't include the last backslash in the folder name.

from
Public Const PublishDir = "http://teamsites.company.tld/sites/
department/project/

to
Public Const PublishDir = "http://teamsites.company.tld/sites/
department/project


That could be just an artifact of me "sanitizing" the code for
publication on the web.