excel - How do I read a secure sharepoint directory with VBA? -


I am trying to write a macro to connect to an https sharepoint directory and read the list of files in it Directory (so that I can parse the filenames and then open the appropriate and read some data from it).

So far I've tried:

  • set folder = fs.GetFolder seems to work with a http sharepoint, but a https : SharePoint
  • getChildren () does not work here The directory is returned as a simple record (even if it is actually complex with a subfolder and files, which should be a child).
  • Connecting the Excel document to SharePoint and then implementing the Shared Workspace Function. It does not return any documents in the directory, even if there are many other files in the directory.

    Did anyone get success with a secure https sharepoint directory with it ??

    Sharepoints reveal offservices you can use to recycle them through your libraries .

    SharePoint 2010 also provides managed client object models.

    This will do the work you want:

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -